MapWinGIS:AxMap DrawWidePolygon
From MapWindow GIS
DrawWidePolygon
Description:
VB.NET Usage
Sub DrawWidePolygon(ByRef xPoints As Object, ByRef yPoints As Object, numPoints As Integer, Color As UInt32, fill As Boolean, Width As Int16)
Parameters
| xPoints | Object |
| yPoints | Object |
| numPoints | Integer |
| Color | UInt32 |
| fill | Boolean |
| Width | Int16 |
VB.NET Sample Code
C# Usage
void DrawWidePolygon(ref Object xPoints, ref Object yPoints, int numPoints, UInt32 Color, bool fill, Int16 Width)
Parameters
| xPoints | Object |
| yPoints | Object |
| numPoints | int |
| Color | UInt32 |
| fill | bool |
| Width | Int16 |
C# Sample Code
VB 6 Usage
Sub DrawWidePolygon(ByRef xPoints As Object, ByRef yPoints As Object, numPoints As Long, Color As UInt32, fill As Boolean, Width As Int16)
Parameters
| xPoints | Object |
| yPoints | Object |
| numPoints | Long |
| Color | UInt32 |
| fill | Boolean |
| Width | Int16 |
VB 6 Sample Code
















