Class: Rectangle#
A simple rectangle object.
If rotation is required apply a transformation at the Shape level.
Attributes#
x : float The X value of the left edge or the rectangle. [units pixels] y : float The y value of the top edge or the rectangle. [units pixels] width : float The width of the rectangle. [units pixels] height : float The height of the rectangle. [units pixels]
URI: core:Rectangle
Parents#
is_a: Shape -
Attributes#
Own#
➞transform 0..1
Range: AffineTransform
➞fill_color 0..1
Range: String
➞fill_rule 0..1
Range: Shape_FillRule
➞stroke_color 0..1
Range: String
➞stroke_width 0..1
Range: Integer
➞stroke_dash_array 0..1
Range: String
➞text 0..1
Range: String
➞font_family 0..1
Range: Shape_FontFamily
➞font_size 0..1
Range: Integer
➞font_style 0..1
Range: Shape_FontStyle
➞locked 0..1
Range: Boolean
➞the_z 0..1
Range: Integer
➞the_t 0..1
Range: Integer
➞the_c 0..1
Range: Integer