toNative static method

XYPointNative toNative(
  1. XYPoint obj
)

Implementation

static XYPointNative toNative(XYPoint obj) {
  return _XYPointNativeInit(obj.x, obj.y);
}