DK for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawPolyLine_6 | Methods | Properties
Draw a poly-line on the Canvas object.
// C# public void CanvasDrawPolyLine_6( ITGIS_DrawBufF _points, ITGIS_IntegerArray _parts );
' VisualBasic Public Sub CanvasDrawPolyLine_6( ByVal _points As ITGIS_DrawBufF, ByVal _parts As ITGIS_IntegerArray )
// Oxygene public procedure CanvasDrawPolyLine_6( _points : ITGIS_DrawBufF; _parts : ITGIS_IntegerArray );
Name | Type | Description |
---|---|---|
_points | ITGIS_DrawBufF | array of all points (in pixels) |
_parts | ITGIS_IntegerArray | array of all parts; each entry is a part index starting offset |