Table of Contents

Constructor ClipPath

Namespace
DocWright.Core.Rendering
Assembly
DocWright.Core.dll

ClipPath(IReadOnlyList<VectorPathSegment>, VectorFillRule, bool)

Initializes a clip operation.

public ClipPath(IReadOnlyList<VectorPathSegment> segments, VectorFillRule fillRule, bool push)

Parameters

segments IReadOnlyList<VectorPathSegment>

The clip outline segments in order.

fillRule VectorFillRule

How the clip interior is determined.

push bool

True to push/apply this clip path; false to pop the current clip.