Click or drag to resize

AnnotationImage Constructor (Int32, Int32, Int32, Byte, Byte)

Creates a new instance of AnnotationImage specifying the width, height, bit count, image and palette data.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationImage(
	int width,
	int height,
	int bitCount,
	byte[] imageData,
	byte[] palette
)

Parameters

width
Type: SystemInt32
The width of the image.
height
Type: SystemInt32
The height of the image.
bitCount
Type: SystemInt32
The bit count of the image.
imageData
Type: SystemByte
A byte array containing the image data.
palette
Type: SystemByte
A byte array containing the palette data.
See Also