struct

Blend2D::Geometry::RoundRect

Inherits Blend2D::Geometry::GeometryType < Struct < Value < Object

Constructors

new(x : Float64, y : Float64, w : Float64, h : Float64, rx : Float64, ry : Float64)
Source
new(x : Float64, y : Float64, w : Float64, h : Float64, r : Float64)
Source
new(rect : Rect, rx : Float64, ry : Float64)
Source
new(rect : Rect, r : Float64)
Source

Instance methods