Click or drag to resize

AnnotationRenderingEngineCreatePen Method

Converts an AnnotationPen into a System.Drawing.Pen object.

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Pen CreatePen(
	AnnotationPen annPen
)

Parameters

annPen
Type: Atalasoft.AnnotateAnnotationPen
The AnnotationPen to convert.

Return Value

Type: Pen
A System.Drawing.Pen.
See Also