This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control drawing.
Name | Description | |
---|---|---|
ClipRegion | Clipping region (polygon or envelope). Use after StartDrawing and before FinishDrawing. | |
CustomProperty | Custom property. | |
Draw | Draws the specified shape. | |
FinishDrawing | Complete drawing. | |
SetSymbol | Sets the symbol used for drawing. Four different symbols can be specified simultaneously: Marker, Line, Fill, Text. | |
StartDrawing | Prepares the display for drawing. Specify the device context and the cache to draw to (normally esriNoScreenCache). |
Classes | Description |
---|---|
AppDisplay (esriArcMapUI) | Esri Display. |
ScreenDisplay | Display class for drawing to window. |
SimpleDisplay | Display class for drawing to any HDC. |