ComputeScanlineCount Method
In This Topic
Computes the scanline count (number of scanlines).
Syntax
'Declaration
Public Shared Function ComputeScanlineCount( _
ByVal As Format, _
ByVal As System.Integer _
) As System.Integer
public static System.int ComputeScanlineCount(
Format ,
System.int
)
Parameters
- fmt
- The Format.
- height
- The height.
Return Value
The scanline count.
See Also