pub type FS_RECTF = _FS_RECTF_;Expand description
Rectangle area(float) in device or page coordinate system.
Aliased Type§
#[repr(C)]pub struct FS_RECTF {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}Fields§
§left: f32The x-coordinate of the left-top corner.
top: f32The y-coordinate of the left-top corner.
right: f32The x-coordinate of the right-bottom corner.
bottom: f32The y-coordinate of the right-bottom corner.