PtFlResource Class
Contents
[
Hide
]Summary: Class PtFlResource. Contains Pattern Fill Layer Data.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.PtFlResource
Inheritance: FillLayerResource
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
PtFlResource(pattern_name, pattern_id) | Initializes a new instance of the PtFlResource 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. |
align_with_layer | bool | r/w | Gets or sets a value indicating whether [align with layer]. |
angle | double | r/w | Gets or sets the angle. |
is_linked_with_layer | bool | r/w | Gets or sets a value indicating whether this instance is linked with layer. |
key | int | r | Gets the layer resource key. |
length | int | r | Gets the layer resource length in bytes. |
offset | Point | r/w | Gets or sets the offset. |
pattern_id | string | r/w | Gets or sets the pattern identifier. |
pattern_name | string | r/w | Gets or sets the name of the pattern. |
psd_version | int | r | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. |
scale | double | r/w | Gets or sets the scale. |
signature | int | r | Gets the layer resource signature. |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves the resource to the specified stream container. |
Constructor: PtFlResource(pattern_name, pattern_id)
PtFlResource(pattern_name, pattern_id)
Initializes a new instance of the PtFlResource class.
Parameters:
Parameter | Type | Description |
---|---|---|
pattern_name | string | Name of the pattern. |
pattern_id | string | The pattern identifier. |
Method: save(stream_container, psd_version)
save(stream_container, psd_version)
Saves the resource to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to save to. |
psd_version | int | The PSD version. |