VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfPolylineAnnotationAppearanceGenerator Class / DrawAppearance(PdfPolygonalAnnotation,PdfGraphics,PdfPen,Color,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    DrawAppearance(PdfPolygonalAnnotation,PdfGraphics,PdfPen,Color,PointF[]) Method (PdfPolylineAnnotationAppearanceGenerator)
    In This Topic
    Draws the appearance of an annotation.
    Syntax
    'Declaration
    
    Protected Overrides Sub DrawAppearance( _
    ByVal annotation
    The annotation that must be drawn.
    As PdfPolygonalAnnotation, _
    ByVal graphics
    The PDF graphics, where annotation must be drawn.
    As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
    ByVal pen
    The pen that must be used for drawing lines and curves of annotation.
    As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
    ByVal interiorColor
    The color that must be used for filling the interiors of annotation.
    As System.Drawing.Color, _
    ByVal points
    The points, on PDF graphics, where annotation must be drawn.
    () As System.Drawing.PointF _
    )

    Parameters

    annotation
    The annotation that must be drawn.
    graphics
    The PDF graphics, where annotation must be drawn.
    pen
    The pen that must be used for drawing lines and curves of annotation.
    interiorColor
    The color that must be used for filling the interiors of annotation.
    points
    The points, on PDF graphics, where annotation must be drawn.
    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