Click or drag to resize

AnnotationRegion Class

This class defines a display region used for hit testing.
Inheritance Hierarchy
SystemObject
  Atalasoft.AnnotateAnnotationRegion

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

The AnnotationRegion type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationRegion
Creates a new instance of AnnotationRegion with an empty region.
Public methodAnnotationRegion(GraphicsPath)
Creates a new instance of AnnotationRegion specifying a GraphicsPath for the region.
Public methodAnnotationRegion(RectangleF)
Creates a new instance of AnnotationRegion from a rectangle.
Top
Properties
  NameDescription
Public propertyPath
The GraphicsPath used by the AnnotationRegion.
Top
Methods
  NameDescription
Public methodDispose
Releases region resources.
Protected methodDispose(Boolean)
Releases resources used by the region.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the AnnotationRegion class.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRegion
Returns a .NET Region for this object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidate
Applies this region to a control's invalidation region.
Public methodIsVisible
Tests if a point is inside this region.
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.)
Public methodTransform
Applies a transformation matrix to this region.
Public methodUnion(GraphicsPath)
Performs a union of the supplied GraphcisPath and the existing region.
Public methodUnion(Rectangle)
Performs a union of the supplied rectangle and the existing region.
Public methodUnion(RectangleF)
Performs a union of the supplied RectangleF and the existing region.
Public methodUnion(AnnotationRegion)
Performs a union of the supplied AnnotationRegion and the existing region.
Top
See Also