|
oevislib_net
0.14.3.0
|
Stores information about dimensions and pixel format of an image. More...
Public Member Functions | |
| bool | Equals (ImageFormat other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (ImageFormat inImageFormat1, ImageFormat inImageFormat2) |
| static bool | operator!= (ImageFormat inImageFormat1, ImageFormat inImageFormat2) |
Properties | |
| int | Width [get, set] |
| int | Height [get, set] |
| PixelType | Type = PixelType.UInt8 [get, set] |
| int | Depth = 1 [get, set] |
ImageFormat Basics | |
| |
| ImageFormat () | |
| Creates a new ImageFormat object with default values. | |
| ImageFormat (int inWidth, int inHeight, PixelType inType, int inDepth) | |
| Creates a new ImageFormat object. | |
| int | GetArea () |
| Returns the area of the image (width * height). | |
Stores information about dimensions and pixel format of an image.