User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bitmap.scalebitmap_tgis_pixels_integer_integer_tgis_pixels_integer_integer_tgis_scalingfilter

Table of Contents

TGIS_Bitmap.ScaleBitmap method

DK for Java | tatukgis.jdk.TGIS_Bitmap.ScaleBitmap | Constructors | Methods | Properties

Scales bitmap using filtering

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

Syntax

// Java
public static void ScaleBitmap(
  int[] _srcBmp,
  int _srcWidth,
  int _srcHeight,
  int[] _dstBmp,
  int _dstWidth,
  int _dstHeight,
  TGIS_ScalingFilter _filtering
);
// Oxygene
public
  class procedure ScaleBitmap(
    _srcBmp : TGIS_Pixels;
    _srcWidth : Integer;
    _srcHeight : Integer;
    _dstBmp : TGIS_Pixels;
    _dstWidth : Integer;
    _dstHeight : Integer;
    _filtering : TGIS_ScalingFilter
  );

Parameters

Name Type Description
_srcBmp int[]
TGIS_Pixels
source bitmap
_srcWidth int
Integer
with of bitmap in _srcBmp
_srcHeight int
Integer
height of bitmap in _srcBmp
_dstBmp int[]
TGIS_Pixels
destination bitmap
_dstWidth int
Integer
with of output bitmap in _dstBmp
_dstHeight int
Integer
height of output bitmap in _dstBmp
_filtering TGIS_ScalingFilter scaling resampling (filtering) method
2025/01/31 01:15

Page Tools