[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.FormatHelper.ComputeScanlineCount

ComputeScanlineCount Method

ComputeScanlineCount(Format, int)

Computes the scanline count (number of scanlines).

Declaration
public static int ComputeScanlineCount(Format fmt, int height)
Public Shared Function ComputeScanlineCount(fmt As Format, height As Integer) As Integer
Parameters
Type Name Description
Format fmt

The Format.

int height

The height.

Returns
Type Description
int

The scanline count.