Class FxrpResource

FxrpResource class

Class FxrpResource. The reference point of layer

public class FxrpResource : LayerResource

Constructors

NameDescription
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

NameDescription
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

NameDescription
override Save(StreamContainer, int)Saves to the specified stream container.
override ToString()Returns a String that represents this instance.

Fields

NameDescription
const TypeToolKeyThe type tool info key.

See Also