C1.Win.C1DX.4.8 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
 

Parameters

format
The dxgi format.

Return Value

size of in bits
See Also