ComponentOne Bitmap for UWP
PixelFormatFromGuid Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class : PixelFormatFromGuid Method
The GUID of the WIC pixel format.
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
public static PixelFormat PixelFormatFromGuid( 
   System.Guid pfGuid
)

Parameters

pfGuid
The GUID of the WIC pixel format.
See Also

Reference

C1Bitmap Class
C1Bitmap Members