CurvResource Constructor (Byte) |
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic CurvResource(
byte[] bytes
)
Public Sub New (
bytes As Byte()
)
public:
CurvResource(
array<unsigned char>^ bytes
)
new :
bytes : byte[] -> CurvResource
Parameters
- bytes
- Type: SystemByte
The bytes.
See Also