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