Class WmfIntersectClipRect
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle.
public class WmfIntersectClipRect : WmfObject
- Inheritance
-
WmfIntersectClipRect
- Inherited Members
Constructors
WmfIntersectClipRect()
public WmfIntersectClipRect()
Properties
Rectangle
Gets or sets the rectangle.
public Rectangle Rectangle { get; set; }
Property Value
- Rectangle
The rectangle.