struct

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.

Source
new(point : PointI, w : Int32, h : Int32)

Initialize a new Rect given the position as a point, width, and height.

Source

Instance methods

position

The Point representing this RectI's position.

Source