WmfSelectClipRegion Class
Summary: The META_SELECTCLIPREGION record specifies a Region Object (section 2.2.1.5) to be the current clipping region.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfSelectClipRegion
Inheritance: WmfObject
Constructors
Name | Description |
---|---|
WmfSelectClipRegion() | Initializes a new instance of the WmfSelectClipRegion class. |
WmfSelectClipRegion(region) | Initializes a new instance of the WmfSelectClipRegion class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
object_index | int | r/w | Gets or sets the index of the object. |
Constructor: WmfSelectClipRegion()
WmfSelectClipRegion()
Initializes a new instance of the WmfSelectClipRegion class.
Constructor: WmfSelectClipRegion(region)
WmfSelectClipRegion(region)
Initializes a new instance of the WmfSelectClipRegion class.
Parameters:
Parameter | Type | Description |
---|---|---|
region | WmfGraphicObject | The region. |