fromNative static method
Implementation
static ScreenRect fromNative(ScreenRectNative native) {
return ScreenRect(ScreenPointImpl.fromNative(native.topLeft),
ScreenPointImpl.fromNative(native.bottomRight));
}
static ScreenRect fromNative(ScreenRectNative native) {
return ScreenRect(ScreenPointImpl.fromNative(native.topLeft),
ScreenPointImpl.fromNative(native.bottomRight));
}