ArcObjects Library Reference (Display)  

IDisplay.DisplayTransformation Property

The transformation used by the display.

[Visual Basic .NET]
Public Property DisplayTransformation As IDisplayTransformation
[C#]
public IDisplayTransformation DisplayTransformation {get; set;}
[C++]
HRESULT get_DisplayTransformation(
  IDisplayTransformation** DisplayTransformation
);
[C++]
HRESULT put_DisplayTransformation(
  IDisplayTransformation* DisplayTransformation
);
[C++]

Parameters

DisplayTransformation [out, retval]

  DisplayTransformation is a parameter of type IDisplayTransformation

DisplayTransformation [in]

  DisplayTransformation is a parameter of type IDisplayTransformation

Product Availability

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

Remarks

Each display object, like ScreenDisplay for example, manages (CoCreates) a DisplayTransformation object to convert coordinates between map units and device units.  Use this property to get a reference to the DisplayTransformation object associated with this display.

See Also

IDisplay Interface