Calendar for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputPanel Class / GetBorderPath Method

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

    Parameters

    style
    bounds
    broder
    See Also