WmfSelectClipRegion

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

ConstructorDescription
WmfSelectClipRegion()Initializes a new instance of the WmfSelectClipRegion class.
WmfSelectClipRegion(WmfGraphicObject region)Initializes a new instance of the WmfSelectClipRegion class.

Methods

MethodDescription
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:

ParameterTypeDescription
regionWmfGraphicObjectThe 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:

ParameterTypeDescription
valueint