User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_bitmap.scalebitmap_tgis_pixels_integer_integer_tgis_pixels_integer_integer_tgis_scalingfilter

Table of Contents

TGIS_Bitmap.ScaleBitmap method

DK for Python | tatukgis_pdk.TGIS_Bitmap.ScaleBitmap | Constructors | Methods | Properties

Scales bitmap using filtering

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

Syntax

# Python
def ScaleBitmap(
  self,
  _srcBmp: TGIS_Pixels,
  _srcWidth: int,
  _srcHeight: int,
  _dstBmp: TGIS_Pixels,
  _dstWidth: int,
  _dstHeight: int,
  _filtering: TGIS_ScalingFilter
) -> None: 

Parameters

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

Page Tools