DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LegendIconFactory | Interfaces | Methods | Properties
A utility class which prepares the feature icons that appear in the legend.
// C# public interface ITGIS_LegendIconFactory: ITBaseObject { }
' VisualBasic Public Interface ITGIS_LegendIconFactory Implements ITBaseObject End Class
// Oxygene type ITGIS_LegendIconFactory = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Create_2 | public | Constructor, creates an instance. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
GetBitmap | public | Prepares and returns a native (platform specific) bitmap which represents the current visual parameters and icon type. | |
SetColor | public | Sets the background color of the icon. | |
SetParams | public | Sets the visual parameters using the provided parameter section. | |
SetParamsRenderer | public | Sets the visual parameters using the specified section renderer index. | |
Name | Visibility | Description | |
---|---|---|---|
CustomPPI | public | The PPI (pixels-per-inch) of the icon. | |
IconType | public | The type of feature that is to be represented by the icon. | |
Layer | public | A template layer which is used to produce an icon of the current icon type. | |
Renderer | public | The renderer of the underlying TGIS_ViewerBmp. | |