예제 #1
0
 internal VirtualTreeHitInfo(int row, int displayColumn, int nativeColumn, int rawRow, int rawColumn, VirtualTreeHitTargets target)
 {
     myRow           = row;
     myHitTarget     = target;
     myDisplayColumn = displayColumn;
     myNativeColumn  = nativeColumn;
     myRawRow        = rawRow;
     myRawColumn     = rawColumn;
 }
예제 #2
0
 internal VirtualTreeHitInfo(int row, int displayColumn, int nativeColumn, int rawRow, int rawColumn, VirtualTreeHitTargets target)
 {
     myRow = row;
     myHitTarget = target;
     myDisplayColumn = displayColumn;
     myNativeColumn = nativeColumn;
     myRawRow = rawRow;
     myRawColumn = rawColumn;
 }