UnknownResource Constructor |
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic UnknownResource(
int signature,
int key
)
Public Sub New (
signature As Integer,
key As Integer
)
public:
UnknownResource(
int signature,
int key
)
new :
signature : int *
key : int -> UnknownResource
Parameters
- signature
- Type: SystemInt32
The signature. - key
- Type: SystemInt32
The resource key.
See Also