ClipboardRecord

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.core.vectorpaths.VectorPathRecord

public class ClipboardRecord extends VectorPathRecord

Clipboard Record Class

Constructors

ConstructorDescription
ClipboardRecord()Initializes a new instance of the ClipboardRecord class.
ClipboardRecord(byte[] data)Initializes a new instance of the ClipboardRecord class.

Methods

MethodDescription
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:

ParameterTypeDescription
databyte[]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:

ParameterTypeDescription
valueRectangleFthe 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:

ParameterTypeDescription
valuefloatthe resolution.

getType()

public short getType()

Gets the type.

Value: The type.

Returns: short - the type.