toNative static method

ScreenPointNative toNative(
  1. Point<double> obj
)

Implementation

static ScreenPointNative toNative(math.Point<double> obj) {
  return _ScreenPointNativeInit(obj.x, obj.y);
}