DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Draw | Methods | Properties
Renders the shape using the default single-pass rendering mode. Equivalent to Draw(TGIS_RendererMultipassMode.MonoPass).
// C# public void Draw();
' VisualBasic Public Sub Draw()
// Oxygene public procedure Draw;
PURPOSE: Draw the complete shape geometry in the standard rendering path when no explicit multipass control is needed.
BEHAVIOR: Calls the overload that uses TGIS_RendererMultipassMode.MonoPass and renders the shape with the current style parameters in a single pass.
CONSTRAINTS: Requires a valid viewer rendering context. Use the overload with a mode parameter for explicit multipass rendering.