Struct windows_sys::Win32::Storage::Xps::DRAWPATRECT
#[repr(C)]pub struct DRAWPATRECT {
pub ptPosition: POINT,
pub ptSize: POINT,
pub wStyle: u16,
pub wPattern: u16,
}
Expand description
Required features: "Win32_Storage_Xps"
, "Win32_Foundation"
Fields§
§ptPosition: POINT
§ptSize: POINT
§wStyle: u16
§wPattern: u16