[]
        
(Showing Draft Content)

ResizeBitmapOptions

Type Alias: ResizeBitmapOptions

type ResizeBitmapOptions = object;

Provides options for the Bitmap#resize method.

Properties

clipBounds?

optional clipBounds?: Bounds | null;

Clipping rectangle specifying the area of the source image to be processed.


height?

optional height?: number;

The height of the resized image, in pixels.


interpolationMode?

optional interpolationMode?: InterpolationMode;

The interpolation mode to use when scaling.


scale?

optional scale?: number;

The scale factor for resizing.


width?

optional width?: number;

The width of the resized image, in pixels.