This document is archived and information here might be outdated. Recommended version. |
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*