AnnotationRegion Constructor (RectangleF) |
Creates a new instance of AnnotationRegion from a rectangle.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationRegion(
RectangleF rectangle
)
Public Sub New (
rectangle As RectangleF
)
Parameters
- rectangle
- Type: System.DrawingRectangleF
A rectangle used to define the initial region.
See Also