VintasoftRect Structure Members
 
            
                In This Topic
            
            The following tables list the members exposed by 
VintasoftRect.
 
            
            
Public Constructors
|   | Name | Description | 
  | VintasoftRect  | Overloaded. Initializes a new instance of the  structure. | 
 
Public Fields
Public Properties
Public Methods
|   | Name | Description | 
  | Contains  | Overloaded. Determines if the specified point is contained within this  structure. | 
  | Equals  | Tests whether obj is a VintasoftRect with the same location and size of this VintasoftRect. | 
   | FromLTRB  | Creates a VintasoftRect structure with upper-left corner and lower-right corner at the specified locations. | 
  | GetBoundingRect  | Returns the smallest integer rectangle that contains this rectangle. | 
  | GetHashCode  | Returns the hash code for this VintasoftRect 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 VintasoftRect structure. | 
  | Offset  | Overloaded. Adjusts the location of this rectangle by the specified amount. | 
  | 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