Class FxrpResource
FxrpResource class
Class FxrpResource. The reference point of layer
public class FxrpResource : LayerResource
Constructors
Name | Description |
---|
FxrpResource() | Initializes a new instance of the FxrpResource class. |
FxrpResource(byte[]) | Initializes a new instance of the FxrpResource class. With custom or unknown value |
FxrpResource(double, double) | Initializes a new instance of the FxrpResource class. |
Properties
Name | Description |
---|
override Key { get; } | Gets the layer resource key. |
override Length { get; } | Gets the layer resource length in bytes. |
override PsdVersion { get; } | Gets the psd version. |
override Signature { get; } | Gets the signature. |
X { get; set; } | Gets or sets the x of reference point |
Y { get; set; } | Gets or sets the y of reference point |
Methods
Name | Description |
---|
override Save(StreamContainer, int) | Saves 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