This document is archived and information here might be outdated. Recommended version. |
The offset between the device origin and the active cache origin.
[Visual Basic .NET] Public Sub DrawingOffset ( _ ByRef x As Integer, _ ByRef y As Integer _ )
[C#] public void DrawingOffset ( ref int x, ref int y );
[C++]
HRESULT get_DrawingOffset(
System.Int32* x,
System.Int32* y
);
[C++]
Parameters x [out]
x is a parameter of type long* y [out]
y is a parameter of type long*