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