oevislib_net  0.14.3.0
Loading...
Searching...
No Matches

Stores information about dimensions and pixel format of an image. More...

Inheritance diagram for oevislib_net.ImageFormat:

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

See also
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).

Detailed Description

Stores information about dimensions and pixel format of an image.