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( TPointF[] _points, int[] _parts );
// Oxygene public procedure CanvasDrawPolyLine( _points : TGIS_DrawBufF; _parts : TGIS_IntegerArray ); virtual; abstract;
Name | Type | Description |
---|---|---|
_points | TPointF[] TGIS_DrawBufF | array of all points (in pixels) |
_parts | int[] TGIS_IntegerArray | array of all parts; each entry is a part index starting offset |