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


IScreenDisplay2.DrawingOffset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  long* x,
  long* 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