[]
        
(Showing Draft Content)

C1.WPF.Bitmap.C1Bitmap.PixelFormatToGuid

PixelFormatToGuid Method

PixelFormatToGuid(PixelFormat)

Returns a GUID of the corresponding WIC pixel format for the given value of the PixelFormat enumeration.

Declaration
public static Guid PixelFormatToGuid(PixelFormat pixelFormat)
Public Shared Function PixelFormatToGuid(pixelFormat As PixelFormat) As Guid
Parameters
Type Name Description
PixelFormat pixelFormat

The PixelFormat enumeration value.

Returns
Type Description
Guid