Blend2D::Geometry::Box
Inherits Blend2D::Geometry::GeometryType < Struct < Value < Object
A box struct.
Constructors
new(x0 : Float64, y0 : Float64, x1 : Float64, y1 : Float64)
Initialize a new Box given two double floating point pairs, representing points.
Instance methods
x0
Sourcex1
Sourcey0
Sourcey1
Source