public void SetOffset(int row, int column) { _offset = (_parent.RowOffset(row) + column) * _ncolors; }
public PixelReference(IMap2 parent, int row, int column) : base() { Initialize(parent); _offset = (parent.RowOffset(row) + column) * _ncolors; }