DK for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawPolygon_2 | Methods | Properties
Draw a polygon on the Canvas object.
// C# public void CanvasDrawPolygon_2( ITGIS_DrawBuf _points, int _count );
' VisualBasic Public Sub CanvasDrawPolygon_2( ByVal _points As ITGIS_DrawBuf, ByVal _count As Integer )
// Oxygene public procedure CanvasDrawPolygon_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 |