This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextDrawSupport Interface > ITextDrawSupport.GetDrawPoints Method (ArcObjects .NET 10.4 SDK) |
Gets an array of WKSPoints which represent the position at which each line of text is drawn; pGeometry must be a point.
[Visual Basic .NET] Public Function GetDrawPoints ( _ ByVal hDC As Integer, _ ByVal pTransform As ITransformation, _ ByVal pGeometry As IGeometry _ ) As Object
[C#] public object GetDrawPoints ( int hDC, ITransformation pTransform, IGeometry pGeometry );
[C++]
HRESULT GetDrawPoints(
long hDC,
ITransformation* pTransform,
IGeometry* pGeometry,
VARIANT* drawPoints
);
[C++]
Parameters hDC [in] hDC is a parameter of type long pTransform [in]
pTransform is a parameter of type ITransformation pGeometry [in]
pGeometry is a parameter of type IGeometry drawPoints [out, retval] drawPoints is a parameter of type VARIANT