FxrpResource Class
Contents
[
Hide
]Summary: Class FxrpResource. The reference point of layer
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.FxrpResource
Inheritance: LayerResource
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
FxrpResource() | Initializes a new instance of the FxrpResource class. |
FxrpResource(data) | Initializes a new instance of the FxrpResource class. With custom or unknown value |
FxrpResource(x, y) | Initializes a new instance of the FxrpResource class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
PSB_RESOURCE_SIGNATURE [static] | int | r | The PSB-specific resource signature. |
RESOURCE_SIGNATURE [static] | int | r | The common resource signature. |
TYPE_TOOL_KEY [static] | int | r | The type tool info key. |
key | int | r | Gets the layer resource key. |
length | int | r | Gets the layer resource length in bytes. |
psd_version | int | r | Gets the psd version. |
signature | int | r | Gets the signature. |
x | double | r/w | Gets or sets the x of reference point |
y | double | r/w | Gets or sets the y of reference point |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves to the specified stream container. |
Constructor: FxrpResource()
FxrpResource()
Initializes a new instance of the FxrpResource class.
Constructor: FxrpResource(data)
FxrpResource(data)
Initializes a new instance of the FxrpResource class.
With custom or unknown value
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The resource data. |
Constructor: FxrpResource(x, y)
FxrpResource(x, y)
Initializes a new instance of the FxrpResource class.
Parameters:
Parameter | Type | Description |
---|---|---|
x | double | The x coordinate of reference point |
y | double | The y coordinate of reference point |
Method: save(stream_container, psd_version)
save(stream_container, psd_version)
Saves to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container. |
psd_version | int | The PSD version. |