class

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)
Source

Instance methods

background
Source
background=(background : Color::Color | Nil)
Source
border
Source
border=(border : Color::Color | Nil)
Source
border_thickness
Source
border_thickness=(border_thickness : Int32)
Source
corner_radius
Source
corner_radius=(corner_radius : Int32)
Source
leader_thickness
Source
leader_thickness=(leader_thickness : Int32)
Source
padding
Source
padding=(padding : Int32)
Source