Provides access to members that allow to manage the geometry transformation from the map context to the ouput device.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
FromMapToOutput | Converts map geometry to output geometry. | |
hDC | The device context that the display is currently drawing to. | |
Init | Initializes the output context. | |
TrackCancel | Drawing will react on Cancel of ITrackCancel is not NULL. |
CoClasses that implement IOutputContext
CoClasses and Classes | Description |
---|---|
OutputContext | The context provided to pass from the map context to the output device. |
Remarks
OutputContext is used to trasform geometries from Map reference frame to Output reference frame. Use IMapContext to convert all geometries from geographic units to map units before passing them to the OutputContext for display/printing.