public static class KnownPixelFormatExtensions
<ExtensionAttribute>
Public NotInheritable Class KnownPixelFormatExtensions
[ExtensionAttribute]
public ref class KnownPixelFormatExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type KnownPixelFormatExtensions = class end
GetInfo | Gets a PixelFormatInfo for this pixelFormat. |
HasAlpha | Gets whether this KnownPixelFormat instance represents a format with alpha (transparency) without checking whether pixelFormat represents a valid value. |
IsIndexed | Gets whether this KnownPixelFormat instance represents an indexed format without checking whether pixelFormat represents a valid value. |
IsValidFormat | Gets whether this KnownPixelFormat instance represents a valid format. The valid format values are the named ones, exception with the default Undefined value. |
ToBitsPerPixel | Gets the bits per pixel (BPP) value of a KnownPixelFormat value without checking whether pixelFormat represents a valid value. |