pub type RelativePoint = Point2D<f64, RelativeSpace>;Available on crate feature
winio only.Expand description
Relative point.
Aliased Type§
pub struct RelativePoint {
pub x: f64,
pub y: f64,
/* private fields */
}Fields§
§x: f64§y: f64