RectangleGrips Class |
Namespace: Atalasoft.Annotate.UI
The RectangleGrips type exposes the following members.
| Name | Description | |
|---|---|---|
| RectangleGrips | Creates a new instance of RectangleGrips. | |
| RectangleGrips(RectangleGripDisplay) | Creates a new instance of RectangleGrips specifying the grips to display. |
| Name | Description | |
|---|---|---|
| AspectRatio | Gets or sets a value used for the width-to-height ratio. | |
| Bounds | Returns a bounding rectangle for all of the grips. (Inherited from PointGrips.) | |
| Count | Returns the number of grips in the collection. (Inherited from PointGrips.) | |
| Fill | (Inherited from PointGrips.) | |
| GripsToDisplay | Gets or sets the grips to display. | |
| Item | (Inherited from PointGrips.) | |
| Outline | (Inherited from PointGrips.) | |
| Rectangle | Gets the bounding rectangle of the grips. | |
| RotationFill | (Inherited from PointGrips.) | |
| RotationOutline | (Inherited from PointGrips.) | |
| ShowRotationGrips | Gets or sets a value indicating whether rotation grips are displayed. | |
| Size | (Inherited from PointGrips.) |
| Name | Description | |
|---|---|---|
| Add | Adds an AnnotationGrip to the collection. (Inherited from PointGrips.) | |
| AddRange | Adds an array of AnnotationGrip objects to the collection. (Inherited from PointGrips.) | |
| Clear | Clears the collection. (Inherited from PointGrips.) | |
| 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 it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an IEnumerator for this grip collection. (Inherited from PointGrips.) | |
| GetGripBounds | Returns a bounding rectangle for a single grip. (Inherited from PointGrips.) | |
| GetGripDefinition | Returns which rectangle grip the AnnotationGrip object represents. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRegion | Returns a region for the grips. (Inherited from PointGrips.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GripFromPoint | Returns the AnnotationGrip located at a specified point. (Inherited from PointGrips.) | |
| IndexOf | Returns the index of a grip within the collection. (Inherited from PointGrips.) | |
| Insert | Inserts an AnnotationGrip object into the collection at the specified index. (Inherited from PointGrips.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OffsetPoints | Applies an offset to all of the grip positions. (Inherited from PointGrips.) | |
| Remove | Removes a grip from the collection. (Inherited from PointGrips.) | |
| RemoveAt | Removes a grip at the specified index from the collection. (Inherited from PointGrips.) | |
| Replace | Replaces a grip in the collection with another one. (Inherited from PointGrips.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdatePositions | Forces the grips to reset their positions based on a bounding rectangle. |