Class ClipRect
Clip stack operation used to constrain subsequent primitives to a rectangle.
public sealed class ClipRect : ILayoutPrimitive
- Inheritance
-
ClipRect
- Implements
- Inherited Members
Constructors
- ClipRect(Twips, Twips, Twips, Twips, bool)
Initializes a clip operation.
Properties
- Height
Gets the height in twips.
- Push
Gets true when this primitive pushes a clip region; false when it pops.
- Width
Gets the width in twips.
- X
Gets the left coordinate in twips.
- Y
Gets the top coordinate in twips.
Methods
- Pop()
Creates a clip-pop operation.