User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layervector.paintshapeevent

Table of Contents

TGIS_LayerVector.PaintShapeEvent event

DK11 for Python | tatukgis.pdk.TGIS_LayerVector.PaintShapeEvent | Constructors | Methods | Properties | Events

PaintShape event.

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

Syntax

# Python
@property
def PaintShapeEvent(
  self
) -> TGIS_ShapeEvent: 
 
@PaintShapeEvent.setter
def PaintShapeEvent(
  self,
  _value: TGIS_ShapeEvent
) -> None: 

Value

Remarks

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

References

2023/08/09 01:57

Page Tools