ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / FormatHelper Class / SizeOfInBits Method
The dxgi format.

In This Topic
    SizeOfInBits Method
    In This Topic
    Calculates the size of a Format in bits.
    Syntax
    'Declaration
     
    Public Shared Function SizeOfInBits( _
       ByVal format As Format _
    ) As System.Integer
    public static System.int SizeOfInBits( 
       Format format
    )

    Parameters

    format
    The dxgi format.

    Return Value

    size of in bits
    See Also