toNative static method
Implementation
static PointNative toNative(Point obj) {
return _PointNativeInit(
obj.x,
obj.y,
);
}
static PointNative toNative(Point obj) {
return _PointNativeInit(
obj.x,
obj.y,
);
}