Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / PixelFormatFromGuid Method
The GUID of the WIC pixel format.

In This Topic
    PixelFormatFromGuid Method
    In This Topic
    Converts a GUID of the WIC pixel format to the PixelFormat enumeration value.
    Syntax
    'Declaration
     
    Public Shared Function PixelFormatFromGuid( _
       ByVal pfGuid As System.Guid _
    ) As WicPixelFormat
    public static WicPixelFormat PixelFormatFromGuid( 
       System.Guid pfGuid
    )

    Parameters

    pfGuid
    The GUID of the WIC pixel format.
    See Also