Method GetColumnByteOffset
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
GetColumnByteOffset(int)
Gets the number of bytes from the beginning of a row to the requested column.
public long GetColumnByteOffset(int x)
Parameters
x
intThe column.
Returns
- long
The number of bytes between (0,n) and (x,n) where n is in the range [0, Height).