ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / ToWPFPixelFormat Method
The PixelFormat enumeration value.

In This Topic
    ToWPFPixelFormat Method
    In This Topic
    Returns the System.Windows.Media.PixelFormat struct for the given PixelFormat value.
    Syntax
    'Declaration
     
    Public Shared Function ToWPFPixelFormat( _
       ByVal pixelFormat As PixelFormat _
    ) As PixelFormat
    public static PixelFormat ToWPFPixelFormat( 
       PixelFormat pixelFormat
    )

    Parameters

    pixelFormat
    The PixelFormat enumeration value.
    See Also