ComponentOne Bitmap for UWP
PixelFormatToGuid Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class : PixelFormatToGuid Method
The PixelFormat enumeration value.
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

Reference

C1Bitmap Class
C1Bitmap Members