Struct windows::Win32::Graphics::Direct2D::D2D1_ARC_SEGMENT
#[repr(C)]pub struct D2D1_ARC_SEGMENT {
pub point: D2D_POINT_2F,
pub size: D2D_SIZE_F,
pub rotationAngle: f32,
pub sweepDirection: D2D1_SWEEP_DIRECTION,
pub arcSize: D2D1_ARC_SIZE,
}Expand description
Required features: "Win32_Graphics_Direct2D", "Win32_Graphics_Direct2D_Common"
Fields§
§point: D2D_POINT_2F§size: D2D_SIZE_F§rotationAngle: f32§sweepDirection: D2D1_SWEEP_DIRECTION§arcSize: D2D1_ARC_SIZE