toNative static method
Implementation
static RectangleNative toNative(Rectangle obj) {
return _RectangleNativeInit(
obj.x,
obj.y,
obj.width,
obj.height,
);
}
static RectangleNative toNative(Rectangle obj) {
return _RectangleNativeInit(
obj.x,
obj.y,
obj.width,
obj.height,
);
}