Click or drag to resize

RectangleGrips Methods

The RectangleGrips type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an AnnotationGrip to the collection.
(Inherited from PointGrips.)
Public methodAddRange
Adds an array of AnnotationGrip objects to the collection.
(Inherited from PointGrips.)
Public methodClear
Clears the collection.
(Inherited from PointGrips.)
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.
(Inherited from PointGrips.)
Public methodGetGripBounds
Returns a bounding rectangle for a single grip.
(Inherited from PointGrips.)
Public methodGetGripDefinition
Returns which rectangle grip the AnnotationGrip object represents.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRegion
Returns a region for the grips.
(Inherited from PointGrips.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGripFromPoint
Returns the AnnotationGrip located at a specified point.
(Inherited from PointGrips.)
Public methodIndexOf
Returns the index of a grip within the collection.
(Inherited from PointGrips.)
Public methodInsert
Inserts an AnnotationGrip object into the collection at the specified index.
(Inherited from PointGrips.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOffsetPoints
Applies an offset to all of the grip positions.
(Inherited from PointGrips.)
Public methodRemove
Removes a grip from the collection.
(Inherited from PointGrips.)
Public methodRemoveAt
Removes a grip at the specified index from the collection.
(Inherited from PointGrips.)
Public methodReplace
Replaces a grip in the collection with another one.
(Inherited from PointGrips.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePositions
Forces the grips to reset their positions based on a bounding rectangle.
Top
See Also