ClipPathBuilder.GeometryBox

ClipPathBuilder.GeometryBox method

Sets the geometry box for the clip path.

public ClipPathBuilder GeometryBox(GeometryBox box)
ParameterTypeDescription
boxGeometryBoxThe geometry box to use.

Return Value

The current instance of ClipPathBuilder for method chaining.

See Also