User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervectorevents.paintshapelabelevent_wordbool_itgis_shape

Table of Contents

ITGIS_LayerVectorEvents.PaintShapeLabelEvent method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVectorEvents.PaintShapeLabelEvent | Methods

PaintShapeLabel event.

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

Syntax

// C#
public void PaintShapeLabelEvent(
  ref WordBool Translated,
  ITGIS_Shape Shape
);
' VisualBasic
Public Sub PaintShapeLabelEvent(
  ByRef Translated As WordBool,
  ByVal Shape As ITGIS_Shape
)
// Oxygene
public
  procedure PaintShapeLabelEvent(
    var Translated : WordBool;
    Shape : ITGIS_Shape
  );

Parameters

Name Type Description
Translated WordBool
Shape ITGIS_Shape

Remarks

When attached, DrawLabel for each shape will not be called internally. Use it to make custom actions when drawing labels for individual shapes.

See Paint for similar example.

2022/11/16 01:10

Page Tools