Click or drag to resize

IAnnotationGrips Interface

This interface must be implemented by any class acting as annotation grips.

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 interface IAnnotationGrips

The IAnnotationGrips type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of AnnotationGrip objects in the collection.
Public propertyFill
Gets the AnnotationBrush used for filling the grips.
Public propertyItem
Returns an AnnotationGrip object from the collection at the specified index.
Public propertyOutline
Gets the AnnotationPen used to draw the outline of the grip.
Public propertyRotationFill
Gets the AnnotationBrush used to fill a rotation grip.
Public propertyRotationOutline
Gets the AnnotationPen used to draw the outline of a rotation grip.
Public propertySize
Gets the size of the grips in pixels.
Top
Methods
  NameDescription
Public methodGetEnumerator
An IEnumerator used to allow enumeration through the collection.
Public methodGetRegion
Returns a Region for the grips.
Public methodGripFromPoint
Returns a grip from the specified position.
Top
See Also