Click or drag to resize

WpfObjectConverterConvertAnnotationPen Method

Converts a AnnotationPen to a System.Windows.Media.Pen.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Pen ConvertAnnotationPen(
	AnnotationPen pen
)

Parameters

pen
Type: Atalasoft.AnnotateAnnotationPen
The AnnotationPen to convert.

Return Value

Type: Pen
A System.Windows.Media.Pen.
See Also