Type Alias FSize

Source
pub type FSize = Size<Float>;

Aliased Type§

pub struct FSize {
    pub width: f32,
    pub height: f32,
}

Fields§

§width: f32§height: f32

Trait Implementations§

Source§

impl From<D2D_SIZE_F> for FSize

Source§

fn from(size: D2D_SIZE_F) -> Self

Converts to this type from the input type.
Source§

impl From<Size<i32>> for FSize

Source§

fn from(size: ISize) -> Self

Converts to this type from the input type.