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