This document is archived and information here might be outdated.  Recommended version.


IScreenDisplay2.DrawingOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay2 Interface > IScreenDisplay2.DrawingOffset Property
ArcGIS Developer Help

IScreenDisplay2.DrawingOffset Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplay2 Interface