DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Draw_2 | Methods | Properties
Render the shape using the specified multipass rendering mode.
// C# public void Draw_2( TGIS_RendererMultipassMode _mode );
' VisualBasic Public Sub Draw_2( ByVal _mode As TGIS_RendererMultipassMode )
// Oxygene public procedure Draw_2( _mode : TGIS_RendererMultipassMode );
| Name | Type | Description |
|---|---|---|
| _mode | TGIS_RendererMultipassMode | Rendering pass to execute, such as fill, outline, or single-pass drawing mode. |
PURPOSE: Draws vector geometry using a selected rendering pass so the viewer can perform fill, outline, and other staged rendering operations.
BEHAVIOR: Renders the shape according to current styling parameters and the requested pass mode. Multipass drawing can be used for more complex cartographic effects.
USAGE: Use this overload when the rendering pipeline needs explicit control over fill and outline passes.
CONSTRAINTS: Requires a valid viewer/rendering context. Virtual method.