DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVectorEvents.PaintShapeLabelEvent | Methods
PaintShapeLabel event.
// C# public void PaintShapeLabelEvent( ref WordBool Translated, ITGIS_Shape Shape );
' VisualBasic Public Sub PaintShapeLabelEvent( ByRef Translated As WordBool, ByVal Shape As ITGIS_Shape )
// Oxygene public procedure PaintShapeLabelEvent( var Translated : WordBool; Shape : ITGIS_Shape );
Name | Type | Description |
---|---|---|
Translated | WordBool | |
Shape | ITGIS_Shape |
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.