User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.draw_2_tgis_renderermultipassmode

Table of Contents

ITGIS_Shape.Draw_2 method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Draw_2 | Methods | Properties

Render the shape using the specified multipass rendering mode.

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

Syntax

// 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
  );

Parameters

Name Type Description
_mode TGIS_RendererMultipassMode Rendering pass to execute, such as fill, outline, or single-pass drawing mode.

Remarks

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.

2026/07/05 01:25

Page Tools