ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / FormatHelper Class / IsValid Method
A format to validate

In This Topic
    IsValid Method
    In This Topic
    Returns true if the Format is valid.
    Syntax
    'Declaration
     
    Public Shared Function IsValid( _
       ByVal format As Format _
    ) As System.Boolean
    public static System.bool IsValid( 
       Format format
    )

    Parameters

    format
    A format to validate

    Return Value

    True if the Format is valid.
    See Also