ComponentOne Bitmap for UWP
C1.UWP.DX 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
    public static System.int ComputeScanlineCount( 
       Format fmt,
       System.int height
    )

    Parameters

    fmt
    The Format.
    height
    The height.

    Return Value

    The scanline count.
    See Also