VintasoftRectI Structure Members
In This Topic
The following tables list the members exposed by
VintasoftRectI.
Public Constructors
Public Fields
Public Properties
Public Methods
| Name | Description |
 | Contains | Overloaded. Determines if the rectangular region is entirely contained within this structure. |
 | Equals | Tests whether obj is a VintasoftRectI with the same location and size of this VintasoftRectI. |
  | FromLTRB | Creates a VintasoftRectI structure with upper-left corner and lower-right corner at the specified locations. |
 | GetHashCode | Returns the hash code for this VintasoftRectI structure. |
 | Inflate | Overloaded. Inflates this by the specified amount. |
 | Intersect | Overloaded. Replaces this structure with the intersection of itself and the specified structure. |
 | IntersectsWith | Determines if this rectangle intersects with the specified VintasoftRectI structure. |
 | Offset | Adjusts the location of this rectangle by the specified amount. |
  | Round | Overloaded. Converts a to a by performing a round operation on all the coordinates. |
 | ToString | Overloaded. Returns the string representation of this object. |
  | Union | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. |
Public Operators
See Also