DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawPolyLine_5 | Methods | Properties
Draw a poly-line on the Canvas object.
// C# public void CanvasDrawPolyLine_5( ITGIS_DrawBufF _points, int _count );
' VisualBasic Public Sub CanvasDrawPolyLine_5( ByVal _points As ITGIS_DrawBufF, ByVal _count As Integer )
// Oxygene public procedure CanvasDrawPolyLine_5( _points : ITGIS_DrawBufF; _count : Integer );
Name | Type | Description |
---|---|---|
_points | ITGIS_DrawBufF | array of all points (in pixels) |
_count | int Integer | number of points to be drawn from the _points array |