PolyLineSegment
Constructors
Constructors
Description
Properties
Properties
Description
Usages
PolyLineSegment([ Point(50., 10.); Point(50., 50.) ])Get access to the underlying PolyLineSegment
let pathSegmentRef = ViewRef<PolyLineSegment>()
PolyLineSegment([ Point(50., 10.); Point(50., 50.) ])
.reference(pathSegmentRef)Last updated