C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DXGI Namespace / FormatHelper Class / ComputeScanlineCount Method
The Format.
The height.

In This Topic
ComputeScanlineCount Method
In This Topic
Computes the scanline count (number of scanlines).
Syntax
'Declaration
 
Public Shared Function ComputeScanlineCount( _
   ByVal fmt As Format, _
   ByVal height As System.Integer _
) As System.Integer
 

Parameters

fmt
The Format.
height
The height.

Return Value

The scanline count.
See Also