ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / FormatHelper Class / IsVideo Method
The Format.

In This Topic
    IsVideo Method
    In This Topic
    Determines whether the specified Format is video.
    Syntax
    'Declaration
     
    Public Shared Function IsVideo( _
       ByVal fmt As Format _
    ) As Boolean
    public static bool IsVideo( 
       Format fmt
    )

    Parameters

    fmt
    The Format.

    Return Value

    true if the specified Format is video; otherwise, false.
    See Also