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

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

    Parameters

    fmt
    The Format.

    Return Value

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