Class WmfIntersectClipRect
Class WmfIntersectClipRect
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
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
object ← MetaObject ← WmfObject ← WmfIntersectClipRect
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfIntersectClipRect()
public WmfIntersectClipRect()
Properties
Rectangle
Gets or sets the rectangle.
public Rectangle Rectangle { get; set; }