#[repr(C)]pub struct XFORM {
pub eM11: f32,
pub eM12: f32,
pub eM21: f32,
pub eM22: f32,
pub eDx: f32,
pub eDy: f32,
}Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
eM11: f32eM12: f32eM21: f32eM22: f32eDx: f32eDy: f32