PattResource
PattResource class
Class PattResource. Resource with pattern data
public class PattResource : LayerResource
Constructors
Properties
Name |
Description |
override Key { get; } |
Gets the layer resource key. |
override Length { get; } |
Gets the layer resource length in bytes. |
Patterns { get; set; } |
Gets or sets the patterns data; |
override PsdVersion { get; } |
Gets the psd version. |
override Signature { get; } |
Gets the layer resource signature. |
Methods
Name |
Description |
override Save(StreamContainer, int) |
Saves the resource block data. |
override ToString() |
Returns a String that represents this instance. |
Fields
Name |
Description |
const TypeToolKey |
The ‘Patt’ type tool info key for 8-bits. |
const TypeToolKey2 |
The ‘Pat2’ type tool info key for 16-bits. |
const TypeToolKey3 |
The ‘Pat3’ type tool info key for 32-bits. |
See Also