Click or drag to resize

AnnotationCursors Class

AnnotationCursors is a used to hold all of the Cursor objects for the annotations. This simplifies changing the appearance of the cursors.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.UIAnnotationCursors

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 sealed class AnnotationCursors

The AnnotationCursors type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultCursor
Gets or sets the default cursor used when the pointer is not over an annotation or grip.
Public propertyStatic memberEastWestCursor
Gets or sets the cursor used when over the left or right center grip.
Public propertyStatic memberHotSpotCursor
Gets or sets the cursor used for hot spots. This is only shown when InteractMode is set to View.
Public propertyStatic memberMoveCursor
Gets or sets the cursor used to indicate a move operation.
Public propertyStatic memberNortheastSouthwestCursor
Gets or sets the cursor used for the top-right and bottom-left grips.
Public propertyStatic memberNorthSouthCursor
Gets or sets the cursor used for the top and bottom center grips.
Public propertyStatic memberNorthwestSoutheastCursor
Gets or sets the cursor used for the top-left and bottom-right grips.
Public propertyStatic memberRotateCursor
Gets or sets the cursor used for the rotation grip.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also