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