CrImage::Draw::BezierStyle
Inherits Reference / Object
BezierStyle defines the appearance of a bezier curve
Constructors
new(color : CrImage::Color::Color, thickness : Int32 = 1, anti_alias : Bool = false, segments : Int32 = 50)
SourceInstance methods
anti_alias
Sourceanti_alias=(anti_alias : Bool)
Sourcecolor
Sourcecolor=(color : Color::Color)
Sourcesegments
Sourcesegments=(segments : Int32)
Sourcethickness
Sourcethickness=(thickness : Int32)
Sourcewith_anti_alias(enabled : Bool = true) : self
Sourcewith_segments(segments : Int32) : self
Sourcewith_thickness(thickness : Int32) : self
Source