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
















