struct Blend2D::Geometry::RoundRect
- Blend2D::Geometry::RoundRect
- Blend2D::Geometry::GeometryType
- Struct
- Value
- Object
Defined in:
blend2d/geometry/round_rect.crConstructors
- .new(x : Float64, y : Float64, w : Float64, h : Float64, rx : Float64, ry : Float64)
- .new(x : Float64, y : Float64, w : Float64, h : Float64, r : Float64)
- .new(rect : Rect, rx : Float64, ry : Float64)
- .new(rect : Rect, r : Float64)
Instance Method Summary
Instance methods inherited from struct Blend2D::Geometry::GeometryType
initialize
initialize,
pointer : Pointer
pointer,
type : LibBlend2D::BLGeometryType
type
Constructor methods inherited from struct Blend2D::Geometry::GeometryType
new
new
Constructor Detail
def self.new(x : Float64, y : Float64, w : Float64, h : Float64, rx : Float64, ry : Float64)
#