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