CrImage::Draw::CornerRadii
Inherits Struct / Value / Object
CornerRadii defines individual corner radii for rounded rectangles.
Constructors
new(top_left : Int32 = 0, top_right : Int32 = 0, bottom_right : Int32 = 0, bottom_left : Int32 = 0)
SourceInstance methods
bottom_left
Sourcebottom_left=(bottom_left : Int32)
Sourcebottom_right
Sourcebottom_right=(bottom_right : Int32)
Sourcetop_left
Sourcetop_left=(top_left : Int32)
Sourcetop_right
Sourcetop_right=(top_right : Int32)
Source