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.
| Constructor and Description |
|---|
EmfSelectClipPath()
Initializes a new instance of the
EmfSelectClipPath class. |
EmfSelectClipPath(EmfRecord source)
Initializes a new instance of the
EmfSelectClipPath class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getRegionMode()
Gets or sets a 32-bit unsigned integer that specifies the way to use the path.
|
void |
setRegionMode(int value)
Gets or sets a 32-bit unsigned integer that specifies the way to use the path.
|
public EmfSelectClipPath(EmfRecord source)
Initializes a new instance of the EmfSelectClipPath class.
source - The source.public EmfSelectClipPath()
Initializes a new instance of the EmfSelectClipPath class.
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).
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).
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.