In This Topic
Calculates the size of a
Format in bits.
Syntax
'Declaration
Public Shared Function SizeOfInBits( _
ByVal As Format _
) As Integer
public static int SizeOfInBits(
Format
)
Parameters
- format
- The dxgi format.
Return Value
size of in bits
See Also