DK for Python | tatukgis_pdk.TGIS_Bitmap.ScaleBitmap | Constructors | Methods | Properties
Scales bitmap using filtering
# Python def ScaleBitmap( self, _srcBmp: TGIS_Pixels, _srcWidth: int, _srcHeight: int, _dstBmp: TGIS_Pixels, _dstWidth: int, _dstHeight: int, _filtering: TGIS_ScalingFilter ) -> None:
| 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 |