class Blend2D::Geometry::StrokeOptions
- Blend2D::Geometry::StrokeOptions
- Reference
- Object
Defined in:
blend2d/geometry/stroke_options.crInstance Method Summary
- #end_cap : StrokeCap
- #end_cap=(cap : StrokeCap)
- #join : StrokeJoin
- #join=(stroke_join : StrokeJoin)
- #miter_limit : Float64
- #miter_limit=(double : Float64)
- #start_cap : StrokeCap
- #start_cap=(cap : StrokeCap)
- #width : Float64
- #width=(double : Float64)