DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LegendViewer | Interfaces | Methods | Properties
FOR INTERNAL USE ONLY. Platform independent TGIS_ViewerBmp encapsulation.
// C# public interface ITGIS_LegendViewer: ITBaseObject { }
' VisualBasic Public Interface ITGIS_LegendViewer Implements ITBaseObject End Class
// Oxygene type ITGIS_LegendViewer = public interface( ITBaseObject ) 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. | |