'Declaration
Public Overloads Function CreateRoundedLineBorder( _ ByVal color As Color, _ ByVal thickness As Integer _ ) As RoundedLineBorder
'Usage
Dim instance As RoundedLineBorderFactory Dim color As Color Dim thickness As Integer Dim value As RoundedLineBorder value = instance.CreateRoundedLineBorder(color, thickness)
public RoundedLineBorder CreateRoundedLineBorder( Color color, int thickness )
Parameters
- color
- Color of the line
- thickness
- Thickness of the line in pixels