The VncRectangle type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | VncRectangle |
Initializes a new instance of the VncRectangle structure.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ![]() |
![]() | Equals(VncRectangle) |
Compares the rectangle with another rectangle for equality.
|
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ![]() |
![]() ![]() | Intersect |
Intersects two rectangles.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Overrides ![]() |
![]() ![]() | Union |
Finds a region that contains both rectangles.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two rectangles for equality.
|
![]() ![]() | Inequality |
Compares two rectangles for inequality.
|
Properties
Name | Description | |
---|---|---|
![]() | Area |
The number of pixels.
|
![]() | Height |
The height of the changed region.
|
![]() | IsEmpty | true if the region contains no pixels.
|
![]() | Width |
The width of the changed region.
|
![]() | X |
The X coordinate of the leftmost changed pixel.
|
![]() | Y |
The Y coordinate of the topmost changed pixel.
|
See Also