VncRectangle MethodsRemoteViewing
The VncRectangle type exposes the following members.
Methods

  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides OnlineValueType Equals(Object).)
Public methodEquals(VncRectangle)
Compares the rectangle with another rectangle for equality.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides OnlineValueType GetHashCode .)
Public methodStatic memberIntersect
Intersects two rectangles.
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides OnlineValueType ToString .)
Public methodStatic memberUnion
Finds a region that contains both rectangles.
Back to Top
See Also