DK11 for Delphi | GisLayerVector.TGIS_LayerVector.PaintShapeLabelEvent | Constructors | Fields | Methods | Properties | Events
PaintShapeLabel event.
// Delphi published property PaintShapeLabelEvent : TGIS_ShapeEvent read write;
// C++ Builder published: __property TGIS_ShapeEvent* PaintShapeLabelEvent = {read, write};
Type |
---|
TGIS_ShapeEvent |
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.