Click or drag to resize

PointGrips Methods

The PointGrips type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an AnnotationGrip to the collection.
Public methodAddRange
Adds an array of AnnotationGrip objects to the collection.
Public methodClear
Clears the collection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an IEnumerator for this grip collection.
Public methodGetGripBounds
Returns a bounding rectangle for a single grip.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRegion
Returns a region for the grips.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGripFromPoint
Returns the AnnotationGrip located at a specified point.
Public methodIndexOf
Returns the index of a grip within the collection.
Public methodInsert
Inserts an AnnotationGrip object into the collection at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOffsetPoints
Applies an offset to all of the grip positions.
Public methodRemove
Removes a grip from the collection.
Public methodRemoveAt
Removes a grip at the specified index from the collection.
Public methodReplace
Replaces a grip in the collection with another one.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also