Type Alias GRADIENT_RECT

Source
pub type GRADIENT_RECT = _GRADIENT_RECT;

Aliased Type§

struct GRADIENT_RECT {
    pub UpperLeft: u32,
    pub LowerRight: u32,
}

Fields§

§UpperLeft: u32§LowerRight: u32