CrImage::Draw::ArrowStyle
ArrowStyle defines the appearance of an arrow.
Constructors
Preset: double arrow (heads at both ends)
new(color : CrImage::Color::Color, thickness : Int32 = 1, head_type : CrImage::Draw::ArrowHeadType = ArrowHeadType::Triangle, head_size : Int32 = 10, head_at_start : Bool = false, head_at_end : Bool = true, anti_alias : Bool = false)
SourcePreset: open arrow head
Instance methods
anti_alias
Sourcecolor
Sourcecolor=(color : Color::Color)
Sourcehead_at_end
Sourcehead_at_start
Sourcehead_size
Sourcehead_type
Sourcehead_type=(head_type : ArrowHeadType)
Sourcethickness
Source