#[repr(C)]pub struct D2D1_STROKE_STYLE_PROPERTIES {
pub startCap: D2D1_CAP_STYLE,
pub endCap: D2D1_CAP_STYLE,
pub dashCap: D2D1_CAP_STYLE,
pub lineJoin: D2D1_LINE_JOIN,
pub miterLimit: f32,
pub dashStyle: D2D1_DASH_STYLE,
pub dashOffset: f32,
}Expand description
Required features: ‘Win32_Graphics_Direct2D’
Fields
startCap: D2D1_CAP_STYLEendCap: D2D1_CAP_STYLEdashCap: D2D1_CAP_STYLElineJoin: D2D1_LINE_JOINmiterLimit: f32dashStyle: D2D1_DASH_STYLEdashOffset: f32