ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / FromWPFPixelFormat Method
The source value of the System.Windows.Media.PixelFormat type.

In This Topic
    FromWPFPixelFormat Method
    In This Topic
    Converts a System.Windows.Media.PixelFormat to the PixelFormat enumeration value.
    Syntax
    'Declaration
     
    Public Shared Function FromWPFPixelFormat( _
       ByVal pixelFormat As PixelFormat _
    ) As PixelFormat
    public static PixelFormat FromWPFPixelFormat( 
       PixelFormat pixelFormat
    )

    Parameters

    pixelFormat
    The source value of the System.Windows.Media.PixelFormat type.
    See Also