AdobeResourceBlock Constructor (String, Byte[])

Initializes a new instance of the AdobeResourceBlock class using the specified name and data.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public AdobeResourceBlock(
	string name,
	byte[] blockData
)

Parameters

name

Type: System.String

The name to initialize this block with.
blockData

Type: System.Byte[]

The data to initialize this block with.

See Also

Reference