DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.RenderLabel | Overloads | Constructors | Fields | Methods | Properties
Render a label for a single shape in a current context.
// Java public abstract void RenderLabel( TObject _shp, /* ref */ @ValueTypeParameter VarParameter<TPoint[]> _points );
// Oxygene public procedure RenderLabel( _shp : TObject; var _points : TGIS_DrawBuf ); virtual; abstract;
Name | Type | Description |
---|---|---|
_shp | TObject | shape to be rendered |
_points | TPoint[] TGIS_DrawBuf | list of points delimiting label area |