C1.Win.4.8 Assembly / C1.Framework Namespace / GridRow Class / GetBorderPath Method
the Style of the rendered Element.
the bounds of the rendered Element.
the border of the rendered Element.

In This Topic
GetBorderPath Method (GridRow)
In This Topic
Gets a System.Drawing.Drawing2D.GraphicsPath that covers only the borders (hollow, used to renders the borders).
Syntax
'Declaration
 
Protected Function GetBorderPath( _
   ByVal style As Style, _
   ByVal bounds As Rectangle, _
   ByVal broder As Thickness _
) As GraphicsPath
 

Parameters

style
the Style of the rendered Element.
bounds
the bounds of the rendered Element.
broder
the border of the rendered Element.
See Also