CrImage::Draw::DashedLineStyle
Inherits Reference / Object
DashedLineStyle defines the appearance of a dashed or dotted line
Constructors
new(color : CrImage::Color::Color, dash_length : Int32 = 5, gap_length : Int32 = 3, thickness : Int32 = 1)
SourceInstance methods
color
Sourcecolor=(color : Color::Color)
Sourcedash_length
Sourcedash_length=(dash_length : Int32)
Sourcegap_length
Sourcegap_length=(gap_length : Int32)
Sourcethickness
Sourcethickness=(thickness : Int32)
Sourcewith_dash(dash : Int32, gap : Int32) : self
Sourcewith_thickness(thickness : Int32) : self
Source