User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.drawlabel_tgis_drawbuf

Table of Contents

TGIS_Shape.DrawLabel(TGIS_DrawBuf) method

DK11 for Python | tatukgis.pdk.TGIS_Shape.DrawLabel | Overloads | Constructors | Methods | Properties

DrawLabel immediately returning points delimiting label area.

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

Syntax

# Python
def DrawLabel(
  self,
  _points: VarParameter
) -> None: 

Parameters

Name Type Description
_points TGIS_DrawBuf list of points delimiting label area;

Remarks

Each drawn label is described as a sequence of delimiting points starting from left top corner of the label and ending with the same point. For arc shapes labels can be drawn for each part, so the buffer can be then a set of such sequences.

When using this operation, never call any function which uses FindFirst..FindNext (any function which iterates through the shapes using it - so never use inside an operation like Locate etc.).

See TGIS_LayerVector.DrawChart for example.

References

2023/08/09 01:59

Page Tools