User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.paintshapeevent

Table of Contents

TGIS_LayerVector.PaintShapeEvent event

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.PaintShapeEvent | Constructors | Fields | Methods | Properties | Events

PaintShape events.

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

Syntax

// Java
public TGIS_ShapeEvent getPaintShapeEvent();
 
public void setPaintShapeEvent(
  TGIS_ShapeEvent _value
);
// Oxygene
public
  property PaintShapeEvent : TGIS_ShapeEvent read write;

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

2022/11/16 01:49

Page Tools