User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.paintshapelabelevent

Table of Contents

TGIS_LayerVector.PaintShapeLabelEvent event

DK11 for Delphi | GisLayerVector.TGIS_LayerVector.PaintShapeLabelEvent | Constructors | Fields | Methods | Properties | Events

PaintShapeLabel event.

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

Syntax

// Delphi
published
  property PaintShapeLabelEvent : TGIS_ShapeEvent read write;
// C++ Builder
published:
  __property TGIS_ShapeEvent* PaintShapeLabelEvent = {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 similar example.

References

2022/11/16 01:22

Page Tools