This document is archived and information here might be outdated. Recommended version. |
The height of text in world units.
[Visual Basic .NET] Public Property AnchorPoint As IPoint
[C#] public IPoint AnchorPoint {get; set;}
[C++]
HRESULT get_AnchorPoint(
IPoint** ppAnchorPt
);
[C++]
HRESULT put_AnchorPoint(
IPoint* ppAnchorPt
);
[C++] Parameters ppAnchorPt [out, retval]
ppAnchorPt is a parameter of type IPoint** ppAnchorPt [in]
ppAnchorPt is a parameter of type IPoint*