DK11 for ActiveX | TatukGIS_XDK11.TGIS_LegendViewer | Classes | Methods | Properties
FOR INTERNAL USE ONLY. Platform independent TGIS_ViewerBmp encapsulation.
// C# public class TGIS_LegendViewer : ITGIS_LegendViewer { }
' VisualBasic Public Class TGIS_LegendViewer Implements ITGIS_LegendViewer End Class
// Oxygene type TGIS_LegendViewer = public class end;
Name | Visibility | Description | |
---|---|---|---|
Add | public | Adds a layer to the underlying TGIS_ViewerBmp. | |
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Draw | public | Forces redraw on the underlying TGIS_ViewerBmp. | |
PixelsToTwips | public | Converts pixels to twips. | |
TwipsToPixels | public | Converts twips to pixels. | |
Name | Visibility | Description | |
---|---|---|---|
Color | public | The color of the underlying TGIS_ViewerBmp. | |
CustomPPI | public | The PPI (pixels-per-inch) of the underlying TGIS_ViewerBmp. | |
NativeBitmap | public | The platform native bitmap of the underlying TGIS_ViewerBmp. | |
Renderer | public | The renderer of the underlying TGIS_ViewerBmp. | |
VisibleExtent | public | The visible extent of the underlying TGIS_ViewerBmp. | |