Indicates the origin of the glyph from the the bottom left.
[Visual Basic 6.0] Sub GetAnchor(
xAnchor As Single, _
yAnchor As Single _
)
[Visual Basic .NET]
Public Sub GetAnchor ( _
ByRef xAnchor As Single&, _
ByRef yAnchor As Single& _
)
[C#] public void GetAnchor ( ref Single& xAnchor, ref Single& yAnchor );
[Java] public void getAnchor ( Single& xAnchor, Single& yAnchor ) throws IOException, AutomationException
[C++]
HRESULT GetAnchor(
float* xAnchor,
float* yAnchor
);
Parameters
xAnchor [in, out]
xAnchor is a parameter of type float
yAnchor [in, out]
yAnchor is a parameter of type float