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 a bitmap and prepare background color and picture.
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Draw_ public Draw a current extent on a bitmap.
ScrollDn public Do scrolling down.
ScrollLeft public Do scrolling left.
ScrollPgDn public Do scrolling page down.
ScrollPgLeft public Do scrolling page left.
ScrollPgRight public Do scrolling page right.
ScrollPgUp public Do scrolling page up.
ScrollRight public Do scrolling right.
ScrollUp public Do scrolling up.
SetSize public Set bitmap new 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.

2025/01/31 01:03

Page Tools