Click or drag to resize

AnnotationPen Constructor (AnnotationBrush)

Creates a new instance of AnnotationPen from an AnnotationBrush object.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationPen(
	AnnotationBrush brush
)

Parameters

brush
Type: Atalasoft.AnnotateAnnotationBrush
An AnnotationBrush used for the pen object.
Exceptions
ExceptionCondition
Thrown if the brush parameter is null.
See Also