Click or drag to resize

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.

Inheritance Hierarchy

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PointGrips : IAnnotationGrips

The PointGrips type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBounds
Returns a bounding rectangle for all of the grips.
Public propertyCount
Returns the number of grips in the collection.
Public propertyFill
Public propertyItem
Public propertyOutline
Public propertyRotationFill
Public propertyRotationOutline
Public propertySize
Top
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