Skip to main content

FS_RECTF

Type Alias FS_RECTF 

Source
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: f32

The x-coordinate of the left-top corner.

§top: f32

The y-coordinate of the left-top corner.

§right: f32

The x-coordinate of the right-bottom corner.

§bottom: f32

The y-coordinate of the right-bottom corner.