DK11 for .NET | TatukGIS.NDK.TGIS_RendererAbstract.CanvasDrawPolyLine | Overloads | Constructors | Fields | Methods | Properties
Draw a poly-line on the Canvas object.
// C# public virtual abstract void CanvasDrawPolyLine( TPointF[] _points, int[] _parts );
' VisualBasic Public Overridable MustOverride Sub CanvasDrawPolyLine( ByVal _points As TPointF(), ByVal _parts As Integer() )
// 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 |