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( TPoint[] _points );
// Oxygene public procedure CanvasDrawPolyLine( _points : TGIS_DrawBuf ); virtual; abstract;
Name | Type | Description |
---|---|---|
_points | TPoint[] TGIS_DrawBuf | array of all points (in pixels) |