This document is archived and information here might be outdated. Recommended version. |
Get text the way it will be drawn. Optionally gives the positions of drawn characters in the original string of characters.
[Visual Basic .NET]
Public Sub GetDrawText ( _
ByVal origText As String, _
ByRef pParsedText As String, _
ByRef pPositions As Object _
)
[C#]
public void GetDrawText (
string origText,
ref string pParsedText,
ref object pPositions
);
[C++]
HRESULT GetDrawText(
BSTR origText,
System.String* pParsedText,
Variant* pPositions
);
[C++] Parameters origText [in]
origText is a parameter of type BSTR pParsedText [out]
pParsedText is a parameter of type BSTR* pPositions [out]
pPositions is a parameter of type VARIANT*