VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfRectangularSelection Class / Draw(WpfImageViewer,VintasoftImage,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
    Draw(WpfImageViewer,VintasoftImage,DrawingContext) Method (WpfRectangularSelection)
    In This Topic
    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 _
    )
    public virtual void Draw(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image,
    System.Windows.Media.DrawingContext drawingContext
    )
    public: virtual void Draw(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image,
    System.Windows.Media.DrawingContext 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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also