DK11 for ActiveX | TatukGIS_XDK11.TGIS_SymbolPicture | Classes | Methods | Properties
Encapsulation of picture symbols.
// C# public class TGIS_SymbolPicture : ITGIS_SymbolPicture { }
' VisualBasic Public Class TGIS_SymbolPicture Implements ITGIS_SymbolPicture End Class
// Oxygene type TGIS_SymbolPicture = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
ClearCache | public | Clear the internal representation of a symbol. (Inherited from ITGIS_SymbolAbstract) |
|
Create_ | public | Create a picture symbol. | |
Create_2 | public | Create a picture symbol from a file or the stream. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Draw | public | Draw the symbol. (Inherited from ITGIS_SymbolAbstract) |
|
Prepare | public | Prepare symbol (Inherited from ITGIS_SymbolAbstract) |
|
Prepare_2 | public | Prepare symbol (Inherited from ITGIS_SymbolAbstract) |
|
Unprepare | public | Unprepare symbol. (Inherited from ITGIS_SymbolAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
AutoCenter | public | Autocentering symbol in 50% of the size. (Inherited from ITGIS_SymbolAbstract) |
|
Center | public | Center point of the symbol in percent of the size. (Inherited from ITGIS_SymbolAbstract) |
|
Height | public | Height of symbol in pixels. (Inherited from ITGIS_SymbolAbstract) |
|
IsFileBased | public | If True, then symbol is file based - name is same as path. (Inherited from ITGIS_SymbolAbstract) |
|
Name | public | Name of the symbol. (Inherited from ITGIS_SymbolAbstract) |
|
Size | public | Size of the symbol in pixels. (Inherited from ITGIS_SymbolAbstract) |
|
Width | public | Width of the symbol in pixels. (Inherited from ITGIS_SymbolAbstract) |
|