C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap 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 PixelFormat
 

Parameters

pfGuid
The GUID of the WIC pixel format.
See Also