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
)
Public Shared Function ConvertAnnotationPen (
pen As AnnotationPen
) As Pen
Parameters
- pen
- Type: Atalasoft.AnnotateAnnotationPen
The AnnotationPen to convert.
Return Value
Type:
PenA System.Windows.Media.Pen.
See Also