'Declaration Public Shared Function CreateWindowsPen( _
ByVal penThe AnnotationPen object to convert.As Vintasoft.Imaging.Annotation.AnnotationPen _
) As System.Windows.Media.Pen
public static System.Windows.Media.Pen CreateWindowsPen(
Vintasoft.Imaging.Annotation.AnnotationPen pen
)
public: static System.Windows.Media.Pen* CreateWindowsPen(
Vintasoft.Imaging.Annotation.AnnotationPen* pen
)
public:
static System.Windows.Media.Pen^ CreateWindowsPen(
Vintasoft.Imaging.Annotation.AnnotationPen^ pen
)
Parameters
- pen
- The AnnotationPen object to convert.
Return Value
The System.Windows.Media.Pen object.