VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfRectangularSelection Class / Draw(WpfImageViewer,VintasoftImage,DrawingContext) Method
Syntax Requirements SeeAlso
    Draw(WpfImageViewer,VintasoftImage,DrawingContext) Method (WpfRectangularSelection)
    Draws the object using the specified System.Windows.Media.DrawingContext.
    Syntax
    'Declaration
    
    Public Overridable Sub Draw( _
    ByVal viewer
    An image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal image
    An image, where the object must be drawn.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal drawingContext
    An instance of System.Windows.Media.DrawingContext, which is used to draw the view.
    As System.Windows.Media.DrawingContext _
    )
     

    Parameters

    viewer
    An image viewer.
    image
    An image, where the object must be drawn.
    drawingContext
    An instance of System.Windows.Media.DrawingContext, which is used to draw the view.
    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