IsisDataAcquiredEventArgs Class |
Namespace: Atalasoft.Isis
The IsisDataAcquiredEventArgs type exposes the following members.
Name | Description | |
---|---|---|
IsisDataAcquiredEventArgs |
Initializes a new instance of the IsisDataAcquiredEventArgs class.
|
Name | Description | |
---|---|---|
BitsPerSample |
Gets the number of bits per sample.
| |
Compression |
Gets a compression scheme used on the image.
| |
Data |
Gets the image data.
| |
Handled |
Gets the value indicating whether the event is handled.
| |
Orientation |
Gets the image orientation.
| |
PaletteData |
Gets the image palette data.
| |
Photometric |
Gets the color space of the image.
| |
PlanarConfiguration |
Gets the way how the components of each pixel are stored.
| |
Resolution |
Gets the image resolution.
| |
ResolutionUnit |
Gets resolution units.
| |
SamplesPerPixel |
Gets the number of samples per pixel.
| |
Size |
Gets the image size.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |