Table of Contents

Method GetRowByteOffset

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

GetRowByteOffset(int)

Gets the offset, in bytes, of the requested row from the start of the surface.

public long GetRowByteOffset(int y)

Parameters

y int

The row.

Returns

long

The number of bytes between (0,0) and (0,y).