Click or drag to resize

RectangleGrips Class

This class represents a group of AnnotationGrip objects for rectangular shaped annotations.
This class represents a group of AnnotationGrip objects for rectangular shaped annotations.
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 RectangleGrips : PointGrips

The RectangleGrips type exposes the following members.

Constructors
  NameDescription
Public methodRectangleGrips
Creates a new instance of RectangleGrips.
Public methodRectangleGrips(RectangleGripDisplay)
Creates a new instance of RectangleGrips specifying the grips to display.
Top
Properties
  NameDescription
Public propertyAspectRatio
Gets or sets a value used for the width-to-height ratio.
Public propertyBounds
Returns a bounding rectangle for all of the grips.
(Inherited from PointGrips.)
Public propertyCount
Returns the number of grips in the collection.
(Inherited from PointGrips.)
Public propertyFill (Inherited from PointGrips.)
Public propertyGripsToDisplay
Gets or sets the grips to display.
Public propertyItem (Inherited from PointGrips.)
Public propertyOutline (Inherited from PointGrips.)
Public propertyRectangle
Gets the bounding rectangle of the grips.
Public propertyRotationFill (Inherited from PointGrips.)
Public propertyRotationOutline (Inherited from PointGrips.)
Public propertyShowRotationGrips
Gets or sets a value indicating whether rotation grips are displayed.
Public propertySize (Inherited from PointGrips.)
Top
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