Class TypeToolInfo6Resource
The type tool information. For PSD version higher or equal to the 6.0.
public class TypeToolInfo6Resource : LayerResource
Constructors
Name | Description |
---|
TypeToolInfo6Resource(ClassID, ClassID) | Initializes a new instance of the TypeToolInfo6Resource class. |
Properties
Name | Description |
---|
Bottom { get; set; } | Gets or sets the bottom location. |
ClassID { get; set; } | Gets or sets the class ID. |
ClassName { get; set; } | Gets or sets the class name. |
DescriptorVersion { get; set; } | Gets or sets the descriptor version. |
Items { get; set; } | Gets or sets the items. |
override Key { get; } | Gets the layer resource key. |
Left { get; set; } | Gets or sets the left location. |
override Length { get; } | Gets the layer resource length in bytes. |
override PsdVersion { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. |
Right { get; set; } | Gets or sets the right location. |
override Signature { get; } | Gets the layer resource signature. |
TextVersion { get; set; } | Gets or sets the text version. |
Top { get; set; } | Gets or sets the top location. |
TransformMatrix { get; set; } | Gets or sets the transform matrix. |
Version { get; set; } | Gets or sets the type tool version. |
WarpClassID { get; set; } | Gets or sets the class ID. |
WarpClassName { get; set; } | Gets or sets the warp class name. |
WarpDescriptorVersion { get; set; } | Gets or sets the warp descriptor version. |
WarpItems { get; set; } | Gets or sets the warp items. |
WarpVersion { get; set; } | Gets or sets the warp version. |
Methods
Name | Description |
---|
override Save(StreamContainer, int) | Saves the resource to the specified stream container. |
override ToString() | Returns a String that represents this instance. |
Fields
Name | Description |
---|
const TypeToolKey | The type tool info key. |
See Also