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

    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