DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.DrawSymbol_3 | Methods | Properties
Draws symbol
// C# public void DrawSymbol_3( WideString _name, int _ppi, ITGIS_Color _areacolor, ITGIS_Color _linecolor );
' VisualBasic Public Sub DrawSymbol_3( ByVal _name As WideString, ByVal _ppi As Integer, ByVal _areacolor As ITGIS_Color, ByVal _linecolor As ITGIS_Color )
// Oxygene public procedure DrawSymbol_3( _name : WideString; _ppi : Integer; _areacolor : ITGIS_Color; _linecolor : ITGIS_Color );
Name | Type | Description |
---|---|---|
_name | WideString | symbol name |
_ppi | int Integer | pixels per inch; us3ed to calculate proper line sizes etc. |
_areacolor | ITGIS_Color | color for interiors |
_linecolor | ITGIS_Color | color for lines and outlines |