toNative static method

ScreenPointNative toNative(
  1. ScreenPoint obj
)

Implementation

static ScreenPointNative toNative(ScreenPoint obj) {
  return _ScreenPointNativeInit(obj.x, obj.y);
}