Method IsRowVisible
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
IsRowVisible(int)
Determines if the requested row offset is within bounds.
public bool IsRowVisible(int y)
Parameters
y
intThe row.
Returns
- bool
true if y >= 0 and y < height, otherwise false