AnnotationRegion Class |
Namespace: Atalasoft.Annotate
The AnnotationRegion type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationRegion() | Creates a new instance of AnnotationRegion with an empty region. |
![]() | AnnotationRegion(GraphicsPath) | Creates a new instance of AnnotationRegion specifying a GraphicsPath for
the region. |
![]() | AnnotationRegion(RectangleF) | Creates a new instance of AnnotationRegion from a rectangle. |
Name | Description | |
---|---|---|
![]() | Dispose() | Releases region resources. |
![]() | Dispose(Boolean) | Releases resources used by the region. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Finalizes an instance of the AnnotationRegion class.
(Overrides Object.Finalize().) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRegion | Returns a .NET Region for this object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Invalidate | Applies this region to a control's invalidation region. |
![]() | IsVisible | Tests if a point is inside this region. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transform | Applies a transformation matrix to this region. |
![]() | Union(GraphicsPath) | Performs a union of the supplied GraphcisPath and the existing region. |
![]() | Union(Rectangle) | Performs a union of the supplied rectangle and the existing region. |
![]() | Union(RectangleF) | Performs a union of the supplied RectangleF and the existing region. |
![]() | Union(AnnotationRegion) | Performs a union of the supplied AnnotationRegion and the existing region. |