Version

Rectangle Class Methods

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

Public Methods
 NameDescription
Public MethodCloneCreates a copy of this rectangle.  
Public MethodEqualsOverloaded. Compares this rectangle to the specified one.  
Public MethodIntersectionOverloaded. Gets the intersection with the specified rectangle.  
Public MethodIntersectsOverloaded. Gets a boolean value indicating whether this rectangle intersects with the specified rectangle.  
Public MethodIsPointInsideGets a boolean value indicating whether the specified point is inside the rectangle.  
Public MethodPointInsideGets a boolean value indicating whether the specified point is inside the rectangle.  
Public MethodSealOverridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception.  
Public MethodUnionOverloaded. Gets the union with the specified rectangle.  
See Also