Struct windows_sys::Win32::Graphics::Imaging::WICImageParameters
[−]#[repr(C)]pub struct WICImageParameters {
pub PixelFormat: D2D1_PIXEL_FORMAT,
pub DpiX: f32,
pub DpiY: f32,
pub Top: f32,
pub Left: f32,
pub PixelWidth: u32,
pub PixelHeight: u32,
}Expand description
Required features: ‘Win32_Graphics_Imaging’, ‘Win32_Graphics_Direct2D_Common’, ‘Win32_Graphics_Dxgi_Common’
Fields
PixelFormat: D2D1_PIXEL_FORMATDpiX: f32DpiY: f32Top: f32Left: f32PixelWidth: u32PixelHeight: u32