The ImageProperties type exposes the following members.

Constructors

  NameDescription
Public methodImageProperties
Initializes a new instance of the ImageProperties class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBitsPerPixel
Gets the number of bits used to store each pixel in the pixel format.
Public propertyHasAlpha
Gets whether the pixel data contains alpha values that are not premultiplied.
Public propertyHasPremultipliedAlpha
Gets whether the pixel format contains premultiplied alpha values.
Public propertyIsCanonical
Gets whether the format specifies 24-bit color depth and an 8-bit alpha channel.
Public propertyIsExtended
Gets whether the pixel format is marked as extended.
Public propertyIsGdi
Gets whether the pixel data contains GDI colors.
Public propertyIsIndexed
Gets whether the pixel data contains color-indexed values, which means the values are an index to colors in the system color table, as opposed to individual color values.
Public propertyMaxColors
Gets the maximum number of colors that are available in the pixel format.
Public propertyPixelFormat
Specifies the format of the color data for each pixel in the image.

See Also