Create a DIBitmap instance. Instead of creating an instance in new mode, use create to create an instance.
Optional
Create a DIBitmap instance with the specified options.
const bitmap = await DIBitmap.create(); Copy
const bitmap = await DIBitmap.create();
Destroy the current object.
Static
Create an DIBitmap instance.
create an DIBitmap instance with the specified options.
Return a DIBitmap instance.
Create a DIBitmap instance. Instead of creating an instance in new mode, use create to create an instance.