ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / FormatHelper Class / IsPacked Method
The DXGI Format.

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

    Parameters

    fmt
    The DXGI Format.

    Return Value

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