VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfPushButtonWidgetAnnotationView Class / RenderAnnotation(WpfImageViewer,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
    RenderAnnotation(WpfImageViewer,DrawingContext) Method (WpfPdfPushButtonWidgetAnnotationView)
    In This Topic
    Renders the annotation.
    Syntax
    'Declaration
    
    Protected Overrides Sub RenderAnnotation( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal drawingContext
    The drawing context.
    As System.Windows.Media.DrawingContext _
    )
    protected override void RenderAnnotation(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    System.Windows.Media.DrawingContext drawingContext
    )
    protected: void RenderAnnotation(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    System.Windows.Media.DrawingContext drawingContext
    ); override
    protected:
    void RenderAnnotation(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    System.Windows.Media.DrawingContext drawingContext
    ); override

    Parameters

    viewer
    The viewer.
    drawingContext
    The drawing context.
    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