ClipRegion Class
A collection of clipping nodes that specify a clipping region.
Declaration
public class ClipRegion extends JavaObject implements ICloneable
Remarks
The ClipRegion class stores ClipNode objects that define the clipping area for PDF content. Each clipping node specifies a part of the clipping region.
Use the getClipNodes() method to access the collection of clipping nodes.
Implements
com.devexpress.system.ICloneable
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
com.devexpress.system.JavaObject
ClipRegion
ClipRegion()
Initializes a new instance of the ClipRegion class.
Declaration
public ClipRegion()
Methods
clone(DocumentCloneContext context) Method
Creates a copy of the current object within the specified document clone context.
Declaration
public ClipRegion clone(DocumentCloneContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | DocumentCloneContext | A context for cloning the document object. |
Returns
| Type | Description |
|---|---|
ClipRegion |
A copy of the current |
deepClone() Method
Creates a deep copy of the current object.
Declaration
public ClipRegion deepClone()
Returns
| Type | Description |
|---|---|
ClipRegion |
A deep copy of the current object. |
getClipNodes() Method
Returns a collection of clipping nodes that define the clipping region.
Declaration
public List<ClipNode> getClipNodes()
Returns
| Type | Description |
|---|---|
| java.util.List<ClipNode> | Clipping nodes. |
objectClone() Method
Creates a copy of the current object.
Declaration
public Object objectClone()
Returns
| Type | Description |
|---|---|
| Object | A copy of the current object. |