PointGrips Class |
PointGrips is the base class implementation used for annotation grips. All annotations in DotImage use PointGrips or RectangleGrips, which derives from PointGrips.
In essence, PointGrips is a collection of AnnotationGrip objects.
Namespace: Atalasoft.Annotate.UI
The PointGrips type exposes the following members.
Name | Description | |
---|---|---|
PointGrips | Creates a new instance of PointGrips. | |
PointGrips(PointF) | Creates a new instance of PointGrips specifying an array of points. | |
PointGrips(AnnotationGrip) | Creates a new instance of PointGrips specifying an array of AnnotationGrip
objects. |
Name | Description | |
---|---|---|
Bounds | Returns a bounding rectangle for all of the grips. | |
Count | Returns the number of grips in the collection. | |
Fill | ||
Item | ||
Outline | ||
RotationFill | ||
RotationOutline | ||
Size |
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.) |