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


ITransformEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITransformEvents Interface
ArcGIS Developer Help

ITransformEvents Interface

Provides access to members that control Transform Events.

Product Availability

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

Members

Name Description
Method BoundsUpdated Notifies clients when the bounds is updated.
Method DeviceFrameUpdated Notifies clients when the device frame is updated.
Method ResolutionUpdated Notifies clients when the resolution is updated.
Method RotationUpdated Notifies clients when the rotation angle is updated.
Method UnitsUpdated Notifies clients when the units are updated.
Method VisibleBoundsUpdated Notifies clients when the visible bounds is updated.

Classes that implement ITransformEvents

Classes Description
AlternatingScaleBar (esriCarto) A map surround for displaying a single alternating scale bar.
ControlsMapZoomToolControl (esriControls) Zooms the map by a particular percentage.
DisplayTransformation Display transformation class for converting from world to device units.
DoubleAlternatingScaleBar (esriCarto) A map surround for displaying a double alternating scale bar.
DynamicDisplay (esriCarto) Dynamic display class, used by the dynamic map.
FDOGraphicsLayer (esriCarto) A collection of properties for an annotation layer (feature data object graphics layer).
GxGeographicView (esriCatalogUI) GxView that represents the geographic view.
GxMSDFileView (esriCatalogUI) GxView that represents the MSDFile view.
HollowScaleBar (esriCarto) A map surround for displaying a hollow scale bar.
Legend (esriCarto) A map surround for displaying a legend.
Map (esriCarto) A container for the display and manipulation of map data.
MapFrame (esriCarto) A graphic element for displaying maps.
MapSurroundFrame (esriCarto) A graphic element for displaying map surrounds.
MarkerNorthArrow (esriCarto) A map surround for displaying a marker north arrow.
PageLayout (esriCarto) Page Layout class contains maps and map surrounds.
ScaleLine (esriCarto) A map surround for displaying a scale line.
ScaleText (esriCarto) A map surround for displaying a scale text.
ScreenDisplay Display class for drawing to window.
SingleDivisionScaleBar (esriCarto) A map surround for displaying a single division scale bar.
SteppedScaleLine (esriCarto) A map surround for displaying a stepped scale line.
TransformEventsListener (esriSystemUtility) Helper coclass to provide ITransformEvents support to the C++ API.

Remarks

The ITransformEvents interface provides access to display transformation events.
The ITransformEvents events all have their counterparts in the properties of the IDisplayTransformation.
For instance the ITransformEvents::BoundsUpdated event will be fired when the IDisplayTransformation::Bounds is set. Refer to the documentation for IDisplayTransformation for information on these properties and the related ITransformEvents events.
These events are fired by the DisplayTransformation coclass and can be listened to by implementing ITransformEvents.