DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.CanvasDrawPolyLine | Overloads | Constructors | Fields | Methods | Properties
Draw a poly-line on the Canvas object.
// Java public abstract void CanvasDrawPolyLine( TGIS_Point[] _points, int _count );
// Oxygene public procedure CanvasDrawPolyLine( _points : TGIS_DrawBufF; _count : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_points | TGIS_Point[] TGIS_DrawBufF | array of all points (in pixels) |
_count | int Integer | number of points to be drawn from the _points array |