MapWinGIS:AxMap DrawLineEx
From MapWindow GIS
DrawLineEx
Description:
VB.NET Usage
Sub DrawLineEx(LayerHandle As Integer, x1 As Double, y1 As Double, x2 As Double, y2 As Double, pixelWidth As Integer, Color As UInt32)
Parameters
| LayerHandle | Integer |
| x1 | Double |
| y1 | Double |
| x2 | Double |
| y2 | Double |
| pixelWidth | Integer |
| Color | UInt32 |
VB.NET Sample Code
C# Usage
void DrawLineEx(int LayerHandle, double x1, double y1, double x2, double y2, int pixelWidth, UInt32 Color)
Parameters
| LayerHandle | int |
| x1 | double |
| y1 | double |
| x2 | double |
| y2 | double |
| pixelWidth | int |
| Color | UInt32 |
C# Sample Code
VB 6 Usage
Sub DrawLineEx(LayerHandle As Long, x1 As Double, y1 As Double, x2 As Double, y2 As Double, pixelWidth As Long, Color As UInt32)
Parameters
| LayerHandle | Long |
| x1 | Double |
| y1 | Double |
| x2 | Double |
| y2 | Double |
| pixelWidth | Long |
| Color | UInt32 |
VB 6 Sample Code
















