User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.draw_void

Table of Contents

ITGIS_Shape.Draw method

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).

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void Draw();
' VisualBasic
Public Sub Draw()
// Oxygene
public
  procedure Draw;

Remarks

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.

2026/07/05 01:25

Page Tools