ClipboardRecord
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.core.vectorpaths.VectorPathRecord
public class ClipboardRecord extends VectorPathRecord
Clipboard Record Class
Constructors
Constructor | Description |
---|---|
ClipboardRecord() | Initializes a new instance of the ClipboardRecord class. |
ClipboardRecord(byte[] data) | Initializes a new instance of the ClipboardRecord class. |
Methods
Method | Description |
---|---|
getBoundingRect() | Gets the bounding rect. |
setBoundingRect(RectangleF value) | Sets the bounding rect. |
getResolution() | Gets the resolution. |
setResolution(float value) | Sets the resolution. |
getType() | Gets the type. |
ClipboardRecord()
public ClipboardRecord()
Initializes a new instance of the ClipboardRecord class.
ClipboardRecord(byte[] data)
public ClipboardRecord(byte[] data)
Initializes a new instance of the ClipboardRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte[] | The record data. |
getBoundingRect()
public final RectangleF getBoundingRect()
Gets the bounding rect.
Value: The bounding rect.
Returns: RectangleF - the bounding rect.
setBoundingRect(RectangleF value)
public final void setBoundingRect(RectangleF value)
Sets the bounding rect.
Value: The bounding rect.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RectangleF | the bounding rect. |
getResolution()
public final float getResolution()
Gets the resolution.
Value: The resolution.
Returns: float - the resolution.
setResolution(float value)
public final void setResolution(float value)
Sets the resolution.
Value: The resolution.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float | the resolution. |
getType()
public short getType()
Gets the type.
Value: The type.
Returns: short - the type.