Struct windows_sys::Win32::Storage::Xps::XPS_POINT
#[repr(C)]pub struct XPS_POINT {
pub x: f32,
pub y: f32,
}Expand description
Required features: "Win32_Storage_Xps"
Fields§
§x: f32§y: f32#[repr(C)]pub struct XPS_POINT {
pub x: f32,
pub y: f32,
}Required features: "Win32_Storage_Xps"
x: f32§y: f32