Click or drag to resize

IsisDataAcquiredEventArgs Constructor

Initializes a new instance of the IsisDataAcquiredEventArgs class.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IsisDataAcquiredEventArgs(
	IntPtr data,
	Size size,
	int samplesPerPixel,
	int bitsPerSample,
	IsisPhotometric photometric,
	IsisCompression compression,
	IsisPlanarConfiguration planarConfiguration,
	IsisResolutionUnit resolutionUnit,
	Point resolution,
	byte[] palette,
	IsisOrientation orientation
)

Parameters

data
Type: SystemIntPtr
The acquired image data.
size
Type: System.DrawingSize
Size of image.
samplesPerPixel
Type: SystemInt32
Number of samples per pixel.
bitsPerSample
Type: SystemInt32
Number of bits per sample.
photometric
Type: Atalasoft.IsisIsisPhotometric
The color space of the image.
compression
Type: Atalasoft.IsisIsisCompression
Compression scheme used on the image.
planarConfiguration
Type: Atalasoft.IsisIsisPlanarConfiguration
The way how the components of each pixel are stored.
resolutionUnit
Type: Atalasoft.IsisIsisResolutionUnit
The resolution units.
resolution
Type: System.DrawingPoint
The image resolution.
palette
Type: SystemByte
The image palette data.
orientation
Type: Atalasoft.IsisIsisOrientation
The image orientation.
See Also