DK11 for .NET | TatukGIS.NDK.TGIS_Shape.DrawLabel | Overloads | Constructors | Fields | Methods | Properties
DrawLabel immediately returning points delimiting label area.
// C# public virtual void DrawLabel( ref TPoint[] _points );
' VisualBasic Public Overridable Sub DrawLabel( ByRef _points As TPoint() )
// Oxygene public procedure DrawLabel( var _points : TGIS_DrawBuf ); virtual;
Name | Type | Description |
---|---|---|
_points | TPoint[] TGIS_DrawBuf | list of points delimiting label area; |
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.