Provides access to members that control drawing.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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). |
CoClasses that implement IDraw
CoClasses and Classes | Description |
---|---|
AppDisplay (esriArcMapUI) | ESRI Display. |
ScreenDisplay | Display class for drawing to window. |
SimpleDisplay | Display class for drawing to any HDC. |