MapWinGIS:AxMap DrawWideCircle
From MapWindow GIS
DrawWideCircle
Description:
VB.NET Usage
Sub DrawWideCircle(x As Double, y As Double, pixelRadius As Double, Color As UInt32, fill As Boolean, Width As Int16)
Parameters
| x | Double |
| y | Double |
| pixelRadius | Double |
| Color | UInt32 |
| fill | Boolean |
| Width | Int16 |
VB.NET Sample Code
C# Usage
void DrawWideCircle(double x, double y, double pixelRadius, UInt32 Color, bool fill, Int16 Width)
Parameters
| x | double |
| y | double |
| pixelRadius | double |
| Color | UInt32 |
| fill | bool |
| Width | Int16 |
C# Sample Code
VB 6 Usage
Sub DrawWideCircle(x As Double, y As Double, pixelRadius As Double, Color As UInt32, fill As Boolean, Width As Int16)
Parameters
| x | Double |
| y | Double |
| pixelRadius | Double |
| Color | UInt32 |
| fill | Boolean |
| Width | Int16 |
VB 6 Sample Code
















