CrImage::Draw::CalloutStyle
Inherits Reference / Object
CalloutStyle defines the appearance of a callout annotation.
Constructors
new(background : CrImage::Color::Color | Nil = nil, border : CrImage::Color::Color | Nil = nil, border_thickness : Int32 = 1, corner_radius : Int32 = 5, padding : Int32 = 8, leader_thickness : Int32 = 2)
SourceInstance methods
background
Sourcebackground=(background : Color::Color | Nil)
Sourceborder
Sourceborder=(border : Color::Color | Nil)
Sourceborder_thickness
Sourceborder_thickness=(border_thickness : Int32)
Sourcecorner_radius
Sourcecorner_radius=(corner_radius : Int32)
Sourceleader_thickness
Sourceleader_thickness=(leader_thickness : Int32)
Sourcepadding
Sourcepadding=(padding : Int32)
Source