DK11 for ActiveX | TatukGIS_XDK11.ITGIS_HtmlLabel.Create_ | Methods | Properties
Create an instance of an object.
// C# public void Create_( ITGIS_RendererAbstract _renderer, WideString _text, TGIS_LabelAlignment _align, int _width, int _height );
' VisualBasic Public Sub Create_( ByVal _renderer As ITGIS_RendererAbstract, ByVal _text As WideString, ByVal _align As TGIS_LabelAlignment, ByVal _width As Integer, ByVal _height As Integer )
// Oxygene public procedure Create_( _renderer : ITGIS_RendererAbstract; _text : WideString; _align : TGIS_LabelAlignment; _width : Integer; _height : Integer );
Name | Type | Description |
---|---|---|
_renderer | ITGIS_RendererAbstract | canvas object on which label should be drawn |
_text | WideString | HTML text of the label |
_align | TGIS_LabelAlignment | label alignment |
_width | int Integer | maximum label width |
_height | int Integer | maximum label height |