toNative static method

ScreenRectNative toNative(
  1. ScreenRect obj
)

Implementation

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