PolylineGeometry
Constructors
Constructors
Description
Properties
Properties
Description
Usages
PolylineGeometry([ Point(0., 0.); Point(50., 50.); Point(0., 50.) ], true)Get access to the underlying PolylineGeometry
let geometryRef = ViewRef<PolylineGeometry>()
PolylineGeometry([ Point(0., 0.); Point(50., 50.); Point(0., 50.) ], true)
.reference(geometryRef)Last updated