This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay2 Interface > IScreenDisplay2.DrawingOffset Property (ArcObjects .NET 10.5 SDK) |
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(
long* x,
long* y
);
[C++]
Parameters x [out] x is a parameter of type long y [out] y is a parameter of type long