Blend2D::Geometry::RectI
Inherits Blend2D::Geometry::GeometryType < Struct < Value < Object
Constructors
new(x : Int32, y : Int32, w : Int32, h : Int32)
Initialize a new RectI given the position, width, and height.
new(point : PointI, w : Int32, h : Int32)
Initialize a new Rect given the position as a point, width, and height.