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
















