User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.paintshapelabelevent

Table of Contents

TGIS_LayerVector.PaintShapeLabelEvent event

DK for Java | tatukgis.jdk.TGIS_LayerVector.PaintShapeLabelEvent | Constructors | Fields | Methods | Properties | Events

OnPaintShapeLabel events.

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

Syntax

// Java
public TGIS_ShapeEvent getPaintShapeLabelEvent();
 
public void setPaintShapeLabelEvent(
  TGIS_ShapeEvent _value
);
// Oxygene
public
  property PaintShapeLabelEvent : TGIS_ShapeEvent read write;

Value

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

References

2025/01/31 01:17

Page Tools