FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > RoundedLineBorderFactory クラス > CreateRoundedLineBorder メソッド : CreateRoundedLineBorder(Color,Int32) メソッド |
'Declaration Public Overloads Function CreateRoundedLineBorder( _ ByVal color As Color, _ ByVal thickness As Integer _ ) As RoundedLineBorder
'使用法 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 )