Creates a new Application image structure.

Namespace: Skewworks.NETMF.Applications
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public ApplicationImage(
	byte[] data,
	size size,
	ImageType type
)

Parameters

data
Type: array<System..::..Byte>[]()[][]
Raw data of the image.
size
Type: Skewworks.NETMF..::..size
Size of the image.
type
Type: Skewworks.NETMF..::..ImageType
Type of the image.

See Also