ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / PixelFormatToGuid Method
The PixelFormat enumeration value.

In This Topic
    PixelFormatToGuid Method
    In This Topic
    Returns a GUID of the corresponding WIC pixel format for the given value of the PixelFormat enumeration.
    Syntax
    'Declaration
     
    Public Shared Function PixelFormatToGuid( _
       ByVal pixelFormat As PixelFormat _
    ) As System.Guid
    public static System.Guid PixelFormatToGuid( 
       PixelFormat pixelFormat
    )

    Parameters

    pixelFormat
    The PixelFormat enumeration value.
    See Also