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: EMRptlStart: POINTLcrColor: COLORREFiMode: DWORDTrait Implementations
Returns the “default value” for a type. Read more