Click or drag to resize

AnnotationRegion Constructor (GraphicsPath)

Creates a new instance of AnnotationRegion specifying a GraphicsPath for the region.

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(
	GraphicsPath path
)

Parameters

path
Type: System.Drawing.Drawing2DGraphicsPath
The GraphicsPath used by the region. This GraphicsPath becomes the property of the AnnotationRegion and will automatically be disposed when the AnnotationRegion is disposed.
See Also