VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfInkAnnotationAppearanceGenerator Class / CreateAppearancePath(PdfPen,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    CreateAppearancePath(PdfPen,PointF[]) Method (PdfInkAnnotationAppearanceGenerator)
    In This Topic
    Creates a graphics path that represents an annotation appearance.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateAppearancePath( _
    ByVal points
    Reference points, in annotation space, of the annotation.
    As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
    ByVal pen
    The pen that must be used for drawing lines or curves of annotation.
    () As System.Drawing.PointF _
    ) As Vintasoft.Imaging.Drawing.IGraphicsPath
    protected virtual Vintasoft.Imaging.Drawing.IGraphicsPath CreateAppearancePath(
    Vintasoft.Imaging.Pdf.Drawing.PdfPen points,
    System.Drawing.PointF[] pen
    )
    protected: virtual Vintasoft.Imaging.Drawing.IGraphicsPath* CreateAppearancePath(
    Vintasoft.Imaging.Pdf.Drawing.PdfPen* points,
    System.Drawing.PointF[]* pen
    )
    protected:
    virtual Vintasoft.Imaging.Drawing.IGraphicsPath^ CreateAppearancePath(
    Vintasoft.Imaging.Pdf.Drawing.PdfPen^ points,
    array<System.Drawing.PointF>^ pen
    )

    Parameters

    points
    Reference points, in annotation space, of the annotation.
    pen
    The pen that must be used for drawing lines or curves of annotation.

    Return Value

    A new instance of graphics path that represents an annotation appearance.
    Requirements

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

    See Also