Click or drag to resize

WpfAnnotationGrip Class

This class represents a single grip.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.WpfWpfAnnotationGrip

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

The WpfAnnotationGrip type exposes the following members.

Constructors
  NameDescription
Public methodWpfAnnotationGrip
Creates a new instance of WpfAnnotationGrip.
Public methodWpfAnnotationGrip(Point, Size, WpfAnnotationGripAction, String, WpfRectangleGrip)
Creates a new instance of WpfAnnotationGrip specifying its properties.
Public methodWpfAnnotationGrip(Point, Size, WpfAnnotationGripAction, String, WpfRectangleGrip, Boolean, Boolean)
Creates a new instance of WpfAnnotationGrip specifying its properties.
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the grip action.
Public propertyIsRotationIndependent
Gets a value indicating whether the grip is affected by the rotation of the annotation.
Public propertyIsZone
Gets a value indicating whether this grip is a zone or a visible grip.
Public propertyName
Gets or sets a name for the grip.
Public propertyPosition
Gets or sets the position of the grip in document space.
Public propertyRectangleGrip
Gets or sets the rectangle grip usage.
Public propertySize
Gets or sets the size of the grip.
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultSize
Gets or sets the default size used for annotation grips.
Top
See Also