示例#1
0
 public static int GET_X_LPARAM(IntPtr lParam)
 {
     return(Utility.LOWORD(lParam.ToInt32()));
 }
示例#2
0
 public override int GetHashCode()
 {
     return((this._left << 16 | Utility.LOWORD(this._right)) ^ (this._top << 16 | Utility.LOWORD(this._bottom)));
 }