VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / DrawItemForeground(ImageViewer,VintasoftImage,Graphics,PdfAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    DrawItemForeground(ImageViewer,VintasoftImage,Graphics,PdfAnnotationView) Method (PdfAnnotationTool)
    In This Topic
    Draws an interactive object foreground.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawItemForeground( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal g
    The System.Drawing.Graphics where object should be drawn.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal view
    The interactive object to draw.
    As System.Drawing.Graphics, _
    ByVal image
    The image on with draws foreground.
    As PdfAnnotationView _
    )

    Parameters

    viewer
    The image viewer.
    g
    The System.Drawing.Graphics where object should be drawn.
    view
    The interactive object to draw.
    image
    The image on with draws foreground.
    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