The VncRectangle type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueType Equals(Object).) | |
Equals(VncRectangle) |
Compares the rectangle with another rectangle for equality.
| |
GetHashCode | Returns the hash code for this instance. (Overrides ValueType GetHashCode .) | |
Intersect |
Intersects two rectangles.
| |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueType ToString .) | |
Union |
Finds a region that contains both rectangles.
|
See Also