Table of Contents

Constructor ReportShapeRegion

Namespace
DocWright.Reporting.Pagination
Assembly
DocWright.Reporting.dll

ReportShapeRegion(IReadOnlyList<IReadOnlyList<ReportShapePoint>>, ColorRgb)

Initializes an opaque region filled by the nonzero winding rule.

public ReportShapeRegion(IReadOnlyList<IReadOnlyList<ReportShapePoint>> contours, ColorRgb fill)

Parameters

contours IReadOnlyList<IReadOnlyList<ReportShapePoint>>

The closed contours, relative to the owning item's top-left corner; copied.

fill ColorRgb

The fill colour.

Exceptions

ArgumentNullException

contours or one of its contours is null.