Class WmfSelectClipRegion
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_SELECTCLIPREGION record specifies a Region Object (section 2.2.1.5) to be the current clipping region.
public class WmfSelectClipRegion : WmfObject
- Inheritance
-
WmfSelectClipRegion
- Inherited Members
Constructors
WmfSelectClipRegion()
Initializes a new instance of the WmfSelectClipRegion class.
public WmfSelectClipRegion()
WmfSelectClipRegion(WmfGraphicObject)
Initializes a new instance of the WmfSelectClipRegion class.
public WmfSelectClipRegion(WmfGraphicObject region)
Parameters
region
WmfGraphicObjectThe region.
Properties
ObjectIndex
Gets or sets the index of the object.
public int ObjectIndex { get; set; }
Property Value
- int
The index of the object.