MapWinGIS:AxMap AddDrawingLabel
From MapWindow GIS
AddDrawingLabel
Description:
VB.NET Usage
Sub AddDrawingLabel(DrawHandle As Integer, Text As String, Color As UInt32, x As Double, y As Double, hJustification As MapWinGIS.tkHJustification)
Parameters
| DrawHandle | Integer |
| Text | String |
| Color | UInt32 |
| x | Double |
| y | Double |
| hJustification | MapWinGIS.tkHJustification |
VB.NET Sample Code
C# Usage
void AddDrawingLabel(int DrawHandle, string Text, UInt32 Color, double x, double y, MapWinGIS.tkHJustification hJustification)
Parameters
| DrawHandle | int |
| Text | string |
| Color | UInt32 |
| x | double |
| y | double |
| hJustification | MapWinGIS.tkHJustification |
C# Sample Code
VB 6 Usage
Sub AddDrawingLabel(DrawHandle As Long, Text As String, Color As UInt32, x As Double, y As Double, hJustification As MapWinGIS.tkHJustification)
Parameters
| DrawHandle | Long |
| Text | String |
| Color | UInt32 |
| x | Double |
| y | Double |
| hJustification | MapWinGIS.tkHJustification |
VB 6 Sample Code
















