EmfSelectClipPath

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfClippingRecordType

public final class EmfSelectClipPath extends EmfClippingRecordType

The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback device context, combining the new region with any existing clipping region using the specified mode.

Constructors

ConstructorDescription
EmfSelectClipPath(EmfRecord source)Initializes a new instance of the EmfSelectClipPath class.
EmfSelectClipPath()Initializes a new instance of the EmfSelectClipPath class.

Methods

MethodDescription
getRegionMode()Gets or sets a 32-bit unsigned integer that specifies the way to use the path.
setRegionMode(int value)Gets or sets a 32-bit unsigned integer that specifies the way to use the path.

EmfSelectClipPath(EmfRecord source)

public EmfSelectClipPath(EmfRecord source)

Initializes a new instance of the EmfSelectClipPath class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfSelectClipPath()

public EmfSelectClipPath()

Initializes a new instance of the EmfSelectClipPath class.

getRegionMode()

public int getRegionMode()

Gets or sets a 32-bit unsigned integer that specifies the way to use the path. The value MUST be in the RegionMode enumeration (section 2.1.29).

Returns: int

setRegionMode(int value)

public void setRegionMode(int value)

Gets or sets a 32-bit unsigned integer that specifies the way to use the path. The value MUST be in the RegionMode enumeration (section 2.1.29).

Parameters:

ParameterTypeDescription
valueint