User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerbmp

Table of Contents

IGIS_ViewerBmp interface

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerBmp | Interfaces | Methods | Properties

Common API for bitmap viewers.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public interface IGIS_ViewerBmp: ITBaseObject
{
}
' VisualBasic
Public Interface IGIS_ViewerBmp
  Implements ITBaseObject
End Class
// Oxygene
type
  IGIS_ViewerBmp = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Clear public Clear the bitmap and prepare the background color and picture.
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Draw_ public Draw the current extent on the bitmap.
ScrollDn public Scroll down.
ScrollLeft public Scroll left.
ScrollPgDn public Scroll one page down.
ScrollPgLeft public Scroll one page left.
ScrollPgRight public Scroll one page right.
ScrollPgUp public Scroll one page up.
ScrollRight public Scroll right.
ScrollUp public Scroll up.
SetRenderer public Set the underlying renderer as a native, platform dependent object.
SetSize public Set a new bitmap size.
ZoomIn public Zoom in slightly.
ZoomOut public Zoom out slightly.

Properties

Inherited Protected
Name Visibility Description
Bitmap public Underlying bitmap as a native, platform dependent object.
GIS_Bitmap public Underlying bitmap.
Height public Underlying bitmap height.
TileRect public Location of the bitmap over the entire rendered area (in pixels).
Width public Underlying bitmap width.

2026/08/30 01:37

Page Tools