DK11 for Python | tatukgis.pdk.TGIS_LayerVector.PaintShapeEvent | Constructors | Methods | Properties | Events
PaintShape event.
# Python @property def PaintShapeEvent( self ) -> TGIS_ShapeEvent: @PaintShapeEvent.setter def PaintShapeEvent( self, _value: TGIS_ShapeEvent ) -> None:
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. ;