VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationGdiConverter Class / CreateDrawingPen(AnnotationPen) Method
Syntax Requirements SeeAlso
In This Topic
    CreateDrawingPen(AnnotationPen) Method (AnnotationGdiConverter)
    In This Topic
    Creates the System.Drawing.Pen object from the AnnotationPen object.
    Syntax
    'Declaration
    
    Public Shared Function CreateDrawingPen( _
    ByVal pen
    The AnnotationPen object to convert.
    As AnnotationPen _
    ) As System.Drawing.Pen
    public static System.Drawing.Pen CreateDrawingPen(
    AnnotationPen pen
    )
    public: static System.Drawing.Pen CreateDrawingPen(
    AnnotationPen* pen
    )
    public:
    static System.Drawing.Pen CreateDrawingPen(
    AnnotationPen^ pen
    )

    Parameters

    pen
    The AnnotationPen object to convert.

    Return Value

    The System.Drawing.Pen object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also