The offset of the text from the marker.
[Visual Basic 6.0] Sub GetMarkerToTextOffset(
XOffset As Single, _
YOffset As Single _
)
[Visual Basic .NET]
Public Sub GetMarkerToTextOffset ( _
ByRef XOffset As Single&, _
ByRef YOffset As Single& _
)
[C#] public void GetMarkerToTextOffset ( ref Single& XOffset, ref Single& YOffset );
[Java] public void getMarkerToTextOffset ( Single& XOffset, Single& YOffset ) throws IOException, AutomationException
[C++]
HRESULT GetMarkerToTextOffset(
float* XOffset,
float* YOffset
);
Parameters
XOffset [in, out]
XOffset is a parameter of type float
YOffset [in, out]
YOffset is a parameter of type float