Click or drag to resize

AnnotationRegion Constructor (RectangleF)

Creates a new instance of AnnotationRegion from a rectangle.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public AnnotationRegion(
	RectangleF rectangle
)

Parameters

rectangle
Type: System.DrawingRectangleF
A rectangle used to define the initial region.
See Also