This document is archived and information here might be outdated.  Recommended version.


ITextDrawSupport.GetDrawPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextDrawSupport Interface > ITextDrawSupport.GetDrawPoints Method
ArcGIS Developer Help

ITextDrawSupport.GetDrawPoints Method

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(
  OLE_HANDLE hDC,
  ITransformation* pTransform,
  IGeometry* pGeometry
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE pTransform [in]
pTransform is a parameter of type ITransformation* pGeometry [in]
pGeometry is a parameter of type IGeometry*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITextDrawSupport Interface