The RectangleHandles type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RectangleHandles(IMutableRectangle) |
Creates a default instance that provides 8 handles for each corner and side
for the given rectangle.
|
![]() | RectangleHandles(IMutableRectangle, HandlePositions) |
Creates a default instance that provide handle for each of the positions
given for the rectangle.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHandles |
Returns a collection of IHandles that contains a handle
for each position in HandlePositions |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | HandlePositions |
Gets or sets the bitwise combination of all handle positions this
instance provides a handle for.
|
![]() | Rectangle |
Gets the rectangle this instance works on.
|