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)
Sourcenew(center : Point, rx : Float64, ry : Float64, start : Float64, sweep : Float64, arc_type : ArcType)
SourceInstance methods
arc_type
Sourcecenter
Sourcecx
Sourcecy
Sourcerx
Sourcery
Sourcestart
Sourcesweep
Source