VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationView Class / RenderAnnotation(WpfImageViewer,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
    RenderAnnotation(WpfImageViewer,DrawingContext) Method (WpfPdfAnnotationView)
    In This Topic
    Renders the annotation on the specified System.Windows.Media.DrawingContext.
    Syntax
    'Declaration
    
    Protected Overridable Sub RenderAnnotation( _
    ByVal viewer
    An image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal drawingContext
    A System.Windows.Media.DrawingContext to render on.
    As System.Windows.Media.DrawingContext _
    )
    protected virtual void RenderAnnotation(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    System.Windows.Media.DrawingContext drawingContext
    )
    protected: virtual void RenderAnnotation(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    System.Windows.Media.DrawingContext drawingContext
    )
    protected:
    virtual void RenderAnnotation(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    System.Windows.Media.DrawingContext drawingContext
    )

    Parameters

    viewer
    An image viewer.
    drawingContext
    A System.Windows.Media.DrawingContext to render on.
    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