toNative static method
Implementation
static RectNative toNative(Rect obj) {
return _RectNativeInit(
to_native.toNativePoint(obj.min), to_native.toNativePoint(obj.max));
}
static RectNative toNative(Rect obj) {
return _RectNativeInit(
to_native.toNativePoint(obj.min), to_native.toNativePoint(obj.max));
}