ArcSegment
Constructors
Constructors
Description
Properties
Properties
Description
Usages
ArcSegment(Point(200., 100.), Size(100., 50.))
.rotationAngle(45.)
.isLargeArc(true)
.sweepDirection(SweepDirection.Clockwise)Get access to the underlying ArcSegment
let pathSegmentRef = ViewRef<ArcSegment>()
ArcSegment(Point(200., 100.), Size(100., 50.))
.rotationAngle(45.)
.isLargeArc(true)
.sweepDirection(SweepDirection.Clockwise)
.reference(pathSegmentRef)Last updated