Version

Rectangle Structure Methods

For a list of all members of this type, see Rectangle members.

Public Methods
 NameDescription
Public MethodContainsOverloaded. Returns a boolean value indicating whether the specified point is contained within the bounds of this rectangle.  
Public MethodEqualsIndicates whether this instance and the specified object are equal  
Public MethodGetHashCodeReturns a hash code.  
Public MethodIntersectOverloaded. Replaces this rectangle with the intersection of itself and the specified rectangle.  
Public MethodIntersectsWithReturns a boolean value indicating whether the specified Rectangle intersects with this rectangle.  
Public MethodResetResets all properties of this structure to their default values.  
Public MethodResetHeightRestores the value of the Height property to its default.  
Public MethodResetWidthRestores the value of the Width property to its default.  
Public MethodResetXRestores the value of the P:Infragistics.Win.DataVisualization.Rectangle.X property to its default.  
Public MethodResetYRestores the value of the P:Infragistics.Win.DataVisualization.Rectangle.Y property to its default.  
Public MethodShouldSerializeHeightReturns a boolean value indicating whether the Height property requires serialization.  
Public MethodShouldSerializeWidthReturns a boolean value indicating whether the Width property requires serialization.  
Public MethodShouldSerializeXReturns a boolean value indicating whether the P:Infragistics.Win.DataVisualization.Rectangle.X property requires serialization.  
Public MethodShouldSerializeYReturns a boolean value indicating whether the P:Infragistics.Win.DataVisualization.Rectangle.Y property requires serialization.  
Public MethodToStringReturns the string representation of this instance.  
Public Methodstatic (Shared in Visual Basic)UnionOverloaded. Returns the union of the two specified rectangles.  
See Also