Constructor ClipPath
ClipPath(IReadOnlyList<VectorPathSegment>, VectorFillRule, bool)
Initializes a clip operation.
public ClipPath(IReadOnlyList<VectorPathSegment> segments, VectorFillRule fillRule, bool push)
Parameters
segmentsIReadOnlyList<VectorPathSegment>The clip outline segments in order.
fillRuleVectorFillRuleHow the clip interior is determined.
pushboolTrue to push/apply this clip path; false to pop the current clip.