Struct windows::Win32::Graphics::Direct2D::D2D1_STROKE_STYLE_PROPERTIES1
#[repr(C)]pub struct D2D1_STROKE_STYLE_PROPERTIES1 {
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,
pub transformType: D2D1_STROKE_TRANSFORM_TYPE,
}Expand description
Required features: "Win32_Graphics_Direct2D"
Fields§
§startCap: D2D1_CAP_STYLE§endCap: D2D1_CAP_STYLE§dashCap: D2D1_CAP_STYLE§lineJoin: D2D1_LINE_JOIN§miterLimit: f32§dashStyle: D2D1_DASH_STYLE§dashOffset: f32§transformType: D2D1_STROKE_TRANSFORM_TYPE