ArcObjects Library Reference (Display)  

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(
  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

Product Availability

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

See Also

ITextDrawSupport Interface