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