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
















