y property
The y-coordinate for the point.
Returns NAN if an error occurs.
Implementation
double get y {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Point_getY(_handle, errorHandler);
});
}
The y-coordinate for the point.
Returns NAN if an error occurs.
double get y {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Point_getY(_handle, errorHandler);
});
}