Class WmfSelectClipRegion
Class WmfSelectClipRegion
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The META_SELECTCLIPREGION record specifies a Region Object (section 2.2.1.5) to be the current clipping region.
public class WmfSelectClipRegion : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfSelectClipRegion
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfSelectClipRegion()
Initializes a new instance of the Aspose.Imaging.FileFormats.Wmf.Objects.WmfSelectClipRegion class.
public WmfSelectClipRegion()
WmfSelectClipRegion(WmfGraphicObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.Wmf.Objects.WmfSelectClipRegion class.
public WmfSelectClipRegion(WmfGraphicObject region)
Parameters
region
WmfGraphicObject
The region.
Properties
ObjectIndex
Gets or sets the index of the object.
public int ObjectIndex { get; set; }