[]
type BitBltOptions = object;
Provides options for the Bitmap#bitBlt method.
optional clipBounds?: Bounds | null;
Clipping rectangle specifying the area of the destination Bitmap to be processed.
optional height?: number;
The height, in pixels, of the source and destination rectangles.
optional srcX?: number;
The x-coordinate, in pixels, of the upper-left corner of the source rectangle.
optional srcY?: number;
The y-coordinate, in pixels, of the upper-left corner of the source rectangle.
optional width?: number;
The width, in pixels, of the source and destination rectangles.