ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer _
    ) As Integer
    public static int ComputeScanlineCount( 
       Format fmt,
       int height
    )

    Parameters

    fmt
    The Format.
    height
    The height.

    Return Value

    The scanline count.
    See Also