VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationTool Class / DrawItemForeground(WpfImageViewer,VintasoftImage,DrawingContext,WpfPdfAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    DrawItemForeground(WpfImageViewer,VintasoftImage,DrawingContext,WpfPdfAnnotationView) Method (WpfPdfAnnotationTool)
    In This Topic
    Draws an interactive object foreground.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawItemForeground( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal drawingContext
    The System.Windows.Media.DrawingContext where object should be drawn.
    As System.Windows.Media.DrawingContext, _
    ByVal view
    The interactive object to draw.
    As WpfPdfAnnotationView _
    )
    protected virtual void DrawItemForeground(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView view
    )
    protected: virtual void DrawItemForeground(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView* view
    )
    protected:
    virtual void DrawItemForeground(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ image,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView^ view
    )

    Parameters

    viewer
    The image viewer.
    image
    The image.
    drawingContext
    The System.Windows.Media.DrawingContext where object should be drawn.
    view
    The interactive object to draw.
    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