Table of Contents

Class FilledRect

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

A filled rectangle (used for shading and highlights).

public sealed class FilledRect : ILayoutPrimitive
Inheritance
FilledRect
Implements
Inherited Members

Constructors

FilledRect(Twips, Twips, Twips, Twips, ColorRgb, FilledRectKind)

Initializes a filled rectangle.

Properties

Color

Gets the fill color.

Height

Gets the height in twips.

Kind

Gets the logical rectangle kind.

Width

Gets the width in twips.

X

Gets the left coordinate in twips.

Y

Gets the top coordinate in twips.