FxrpResource Class

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

NameDescription
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

NameTypeAccessDescription
PSB_RESOURCE_SIGNATURE [static]intrThe PSB-specific resource signature.
RESOURCE_SIGNATURE [static]intrThe common resource signature.
TYPE_TOOL_KEY [static]intrThe type tool info key.
keyintrGets the layer resource key.
lengthintrGets the layer resource length in bytes.
psd_versionintrGets the psd version.
signatureintrGets the signature.
xdoubler/wGets or sets the x of reference point
ydoubler/wGets or sets the y of reference point

Methods

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

ParameterTypeDescription
databyteThe resource data.

Constructor: FxrpResource(x, y)

 FxrpResource(x, y) 

Initializes a new instance of the FxrpResource class.

Parameters:

ParameterTypeDescription
xdoubleThe x coordinate of reference point
ydoubleThe y coordinate of reference point

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves to the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.
psd_versionintThe PSD version.