Table of Contents

Method IsColumnVisible

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

IsColumnVisible(int)

Determines if the requested column offset is within bounds.

public bool IsColumnVisible(int x)

Parameters

x int

The column.

Returns

bool

true if x >= 0 and x < width, otherwise false.