Struct winapi::um::wingdi::EMREXTFLOODFILL [−][src]
#[repr(C)]pub struct EMREXTFLOODFILL {
pub emr: EMR,
pub ptlStart: POINTL,
pub crColor: COLORREF,
pub iMode: DWORD,
}
Fields
emr: EMR
ptlStart: POINTL
crColor: COLORREF
iMode: DWORD
Trait Implementations
Returns the “default value” for a type. Read more