ClipboardRecord Class
Summary: Clipboard Record Class
Module: aspose.psd.fileformats.core.vectorpaths
Full Name: aspose.psd.fileformats.core.vectorpaths.ClipboardRecord
Inheritance: VectorPathRecord
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ClipboardRecord() | Initializes a new instance of the ClipboardRecord class. |
ClipboardRecord(data) | Initializes a new instance of the ClipboardRecord class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
bounding_rect | RectangleF | r/w | Gets or sets the bounding rect. |
resolution | float | r/w | Gets or sets the resolution. |
type | VectorPathType | r | Gets the type. |
Constructor: ClipboardRecord()
ClipboardRecord()
Initializes a new instance of the ClipboardRecord class.
Constructor: ClipboardRecord(data)
ClipboardRecord(data)
Initializes a new instance of the ClipboardRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The record data. |