WmfSelectClipRegion
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfSelectClipRegion extends WmfObject
The META_SELECTCLIPREGION record specifies a Region Object (section 2.2.1.5) to be the current clipping region.
Constructors
Constructor | Description |
---|---|
WmfSelectClipRegion() | Initializes a new instance of the WmfSelectClipRegion class. |
WmfSelectClipRegion(WmfGraphicObject region) | Initializes a new instance of the WmfSelectClipRegion class. |
Methods
Method | Description |
---|---|
getObjectIndex() | Gets or sets the index of the object. |
setObjectIndex(int value) | Gets or sets the index of the object. |
WmfSelectClipRegion()
public WmfSelectClipRegion()
Initializes a new instance of the WmfSelectClipRegion
class.
WmfSelectClipRegion(WmfGraphicObject region)
public WmfSelectClipRegion(WmfGraphicObject region)
Initializes a new instance of the WmfSelectClipRegion
class.
Parameters:
Parameter | Type | Description |
---|---|---|
region | WmfGraphicObject | The region. |
getObjectIndex()
public int getObjectIndex()
Gets or sets the index of the object.
Value: The index of the object.
Returns: int
setObjectIndex(int value)
public void setObjectIndex(int value)
Gets or sets the index of the object.
Value: The index of the object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |