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