public class ClipboardRecord extends VectorPathRecord
Clipboard Record Class
| Constructor and Description |
|---|
ClipboardRecord()
Initializes a new instance of the
ClipboardRecord class. |
ClipboardRecord(byte[] data)
Initializes a new instance of the
ClipboardRecord class. |
| Modifier and Type | Method and Description |
|---|---|
RectangleF |
getBoundingRect()
Gets or sets the bounding rect.
|
float |
getResolution()
Gets or sets the resolution.
|
short |
getType()
Gets the type.
|
void |
setBoundingRect(RectangleF value)
Gets or sets the bounding rect.
|
void |
setResolution(float value)
Gets or sets the resolution.
|
public ClipboardRecord()
Initializes a new instance of the ClipboardRecord class.
public ClipboardRecord(byte[] data)
Initializes a new instance of the ClipboardRecord class.
data - The record data.public final RectangleF getBoundingRect()
Gets or sets the bounding rect.
Value: The bounding rect.public final void setBoundingRect(RectangleF value)
Gets or sets the bounding rect.
Value: The bounding rect.public final float getResolution()
Gets or sets the resolution.
Value: The resolution.public final void setResolution(float value)
Gets or sets the resolution.
Value: The resolution.public short getType()
Gets the type.
Value: The type.getType in class VectorPathRecordCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.