CombinedGeometry
Constructors
Constructors
Description
Properties
Properties
Description
Usages
CombinedGeometry(RectangleGeometry(Rect(10., 10., 100., 100.)), EllipseGeometry(50., 50.).center(Point(50., 50.)))
.geometryCombineMode(GeometryCombineMode.Union)Get access to the underlying CombinedGeometry
let geometryRef = ViewRef<CombinedGeometry>()
CombinedGeometry(RectangleGeometry(Rect(10., 10., 100., 100.)), EllipseGeometry(50., 50.).center(Point(50., 50.)))
.geometryCombineMode(GeometryCombineMode.Union)
.reference(geometryRef)Last updated