PointGrips Methods |
The PointGrips type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds an AnnotationGrip to the collection. | |
| AddRange | Adds an array of AnnotationGrip objects to the collection. | |
| Clear | Clears the collection. | |
| 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. | |
| GetGripBounds | Returns a bounding rectangle for a single grip. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRegion | Returns a region for the grips. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GripFromPoint | Returns the AnnotationGrip located at a specified point. | |
| IndexOf | Returns the index of a grip within the collection. | |
| Insert | Inserts an AnnotationGrip object into the collection at the specified index. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OffsetPoints | Applies an offset to all of the grip positions. | |
| Remove | Removes a grip from the collection. | |
| RemoveAt | Removes a grip at the specified index from the collection. | |
| Replace | Replaces a grip in the collection with another one. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |