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


IDisplay.DisplayTransformation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.DisplayTransformation Property
ArcGIS Developer Help

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 RSS weather layer Triangle graphic element