VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfPathSelectionRegion Class / RenderPathGeometry(PathGeometry) Method
Syntax Requirements SeeAlso
In This Topic
    RenderPathGeometry(PathGeometry) Method (WpfPathSelectionRegion)
    In This Topic
    Renders this region on specified System.Windows.Media.PathGeometry.
    Syntax
    'Declaration
    
    Protected Overrides Sub RenderPathGeometry( _
    ByVal path
    A System.Windows.Media.PathGeometry to render the selection.
    As System.Windows.Media.PathGeometry _
    )
    protected override void RenderPathGeometry(
    System.Windows.Media.PathGeometry path
    )
    protected: void RenderPathGeometry(
    System.Windows.Media.PathGeometry* path
    ); override
    protected:
    void RenderPathGeometry(
    System.Windows.Media.PathGeometry^ path
    ); override

    Parameters

    path
    A System.Windows.Media.PathGeometry to render the selection.
    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