Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / cl Class / GetBorderPath Method

In This Topic
    GetBorderPath Method (cl)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetBorderPath( _
       ByVal style As C1.Framework.Style, _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal broder As C1.Framework.Thickness _
    ) As System.Drawing.Drawing2D.GraphicsPath
    protected virtual System.Drawing.Drawing2D.GraphicsPath GetBorderPath( 
       C1.Framework.Style style,
       System.Drawing.Rectangle bounds,
       C1.Framework.Thickness broder
    )

    Parameters

    style
    bounds
    broder
    See Also