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

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd) | RSS weather layer (Code Files: RSSWeatherLayerClass) | Triangle graphic element (Code Files: TriangleElementClass)

.NET Related Topics

How to get map coordinates from screen coordinates | How to get screen coordinates from map coordinates | Working with PageLayout elements