Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorderCorner Class / StK Method


In This Topic
    StK Method (NBorderCorner)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub StK( _
       ByVal WjEd As NPaintVisitor, _
       ByVal xjEd As YbEd, _
       ByVal YjEd As NGraphicsPath, _
       ByVal AKEd As NGraphicsPath _
    ) 
    'Usage
     
    
    Dim instance As NBorderCorner
    Dim WjEd As NPaintVisitor
    Dim xjEd As YbEd
    Dim YjEd As NGraphicsPath
    Dim AKEd As NGraphicsPath
     
    instance.StK(WjEd, xjEd, YjEd, AKEd)
    internal virtual void StK( 
       NPaintVisitor WjEd,
       YbEd xjEd,
       NGraphicsPath YjEd,
       NGraphicsPath AKEd
    )

    Parameters

    WjEd
    xjEd
    YjEd
    AKEd
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also