DK11 for Delphi | GisLayerVector.TGIS_LayerVector.PaintShapeEvent | Constructors | Fields | Methods | Properties | Events
PaintShape event.
// Delphi published property PaintShapeEvent : TGIS_ShapeEvent read write;
// C++ Builder published: __property TGIS_ShapeEvent* PaintShapeEvent = {read, write};
Type |
---|
TGIS_ShapeEvent |
When attached, Draw for each shape will not be called internally. Use it to make custom actions when drawing individual shapes.
See Paint for example. ;