DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawPolygon | Methods | Properties
Draw a polygon on the Canvas object.
// C# public void CanvasDrawPolygon( ITGIS_DrawBuf _points );
' VisualBasic Public Sub CanvasDrawPolygon( ByVal _points As ITGIS_DrawBuf )
// Oxygene public procedure CanvasDrawPolygon( _points : ITGIS_DrawBuf );
Name | Type | Description |
---|---|---|
_points | ITGIS_DrawBuf | array of all points (in pixels) |