fromNative static method
Implementation
static math.Point<double> fromNative(ScreenPointNative native) {
return math.Point<double>(native.x, native.y);
}
static math.Point<double> fromNative(ScreenPointNative native) {
return math.Point<double>(native.x, native.y);
}