DK for Java | tatukgis.jdk.TGIS_Bitmap.ScaleBitmap | Constructors | Methods | Properties
Scales bitmap using filtering
// 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 );
| 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 |