InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ControlHostElement Class / GetBorderPath Method

In This Topic
    GetBorderPath Method (ControlHostElement)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetBorderPath( _
       ByVal style As Style, _
       ByVal bounds As Rectangle, _
       ByVal broder As Thickness _
    ) As GraphicsPath
    protected GraphicsPath GetBorderPath( 
       Style style,
       Rectangle bounds,
       Thickness broder
    )

    Parameters

    style
    bounds
    broder
    See Also