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