#[repr(C)]pub struct PresentationTransform {
pub M11: f32,
pub M12: f32,
pub M21: f32,
pub M22: f32,
pub M31: f32,
pub M32: f32,
}Expand description
Required features: ‘Win32_Graphics_CompositionSwapchain’
Fields
M11: f32M12: f32M21: f32M22: f32M31: f32M32: f32