Blend2D::Geometry::BoxI
Inherits Blend2D::Geometry::GeometryType < Struct < Value < Object
A box struct, restricted to integers.
Constructors
new(x0 : Int32, y0 : Int32, x1 : Int32, y1 : Int32)
Initialize a new BoxI given two integer pairs representing points.
Instance methods
x0
Sourcex1
Sourcey0
Sourcey1
Source