FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > RoundedLineBorder クラス > RoundedLineBorder コンストラクタ : RoundedLineBorder コンストラクタ(Color,Int32) |
'使用法
Dim color As Color Dim thickness As Integer Dim instance As New RoundedLineBorder(color, thickness)
FarPoint.Win.RoundedLineBorder rlb = new FarPoint.Win.RoundedLineBorder(Color.Red, 3);
Dim rlb As New FarPoint.Win.RoundedLineBorder(Color.Red, 3)