User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerbmp.setsize_integer_integer

Table of Contents

IGIS_ViewerBmp.SetSize method

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

Set bitmap new size.

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

Syntax

// C#
public void SetSize(
  int _width,
  int _height
);
' VisualBasic
Public Sub SetSize(
  ByVal _width As Integer,
  ByVal _height As Integer
)
// Oxygene
public
  procedure SetSize(
    _width : Integer;
    _height : Integer
  );

Parameters

Name Type Description
_width int
Integer
bitmap width
_height int
Integer
bitmap height
2025/01/31 01:03

Page Tools