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 the bounding rect.
|
float |
getResolution()
Gets the resolution.
|
short |
getType()
Gets the type.
|
void |
setBoundingRect(RectangleF value)
Sets the bounding rect.
|
void |
setResolution(float value)
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 the bounding rect.
Value: The bounding rect.public final void setBoundingRect(RectangleF value)
Sets the bounding rect.
Value: The bounding rect.value
- the bounding rect.public final float getResolution()
Gets the resolution.
Value: The resolution.public final void setResolution(float value)
Sets the resolution.
Value: The resolution.value
- the resolution.public short getType()
Gets the type.
Value: The type.getType
in class VectorPathRecord