Table of Contents

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 int

The row.

Returns

bool

true if y >= 0 and y < height, otherwise false