PixelFormat Structure
Defines a pixel format for images and pixel-based surfaces.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | BitsPerPixel | Gets the number of bits-per-pixel (bpp) for this PixelFormat. |
![]() | Masks | Gets a collection of bit masks associated with the PixelFormat. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object. (Overrides ValueType::Equals(Object^).) |
![]() | Equals(PixelFormat) | Determines whether the pixel format equals the given PixelFormat. |
![]() ![]() | Equals(PixelFormat, PixelFormat) | Determines whether the specified PixelFormat instances are considered equal. |
![]() | GetHashCode() | Creates a hash code from this pixel format's Masks value.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Creates a string representation of this PixelFormat.(Overrides ValueType::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(PixelFormat, PixelFormat) | Compares two PixelFormat instances for equality. |
![]() ![]() | Inequality(PixelFormat, PixelFormat) | Compares two PixelFormat instances for inequality. |
<object property="pixelFormat"/>
- pixelFormat
One of the predefined pixel formats defined by the PixelFormats class.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



