struct

Blend2D::Geometry::Arc

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

Constructors

new(cx : Float64, cy : Float64, rx : Float64, ry : Float64, start : Float64, sweep : Float64, arc_type : ArcType)
Source
new(center : Point, rx : Float64, ry : Float64, start : Float64, sweep : Float64, arc_type : ArcType)
Source

Instance methods

arc_type
Source
center
Source
start
Source
sweep
Source