toNative static method
Implementation
static ScreenRectNative toNative(ScreenRect obj) {
return _ScreenRectNativeInit(ScreenPointImpl.toNative(obj.topLeft),
ScreenPointImpl.toNative(obj.bottomRight));
}
static ScreenRectNative toNative(ScreenRect obj) {
return _ScreenRectNativeInit(ScreenPointImpl.toNative(obj.topLeft),
ScreenPointImpl.toNative(obj.bottomRight));
}