#[repr(C)]pub struct MANIPULATION_TRANSFORM {
pub translationX: f32,
pub translationY: f32,
pub scale: f32,
pub expansion: f32,
pub rotation: f32,
}Expand description
Required features: ‘Win32_UI_InteractionContext’
Fields
translationX: f32translationY: f32scale: f32expansion: f32rotation: f32