public LineBorder( Color color, int thickness )
'Declaration Public Function New( _ ByVal color As Color, _ ByVal thickness As Integer _ )
'使用法 Dim color As Color Dim thickness As Integer Dim instance As New LineBorder(color, thickness)
FarPoint.Win.LineBorder lb = new FarPoint.Win.LineBorder(Color.Red); Color c = lb.Color MessageBox.Show("The color of the border is " + c.ToString());
Dim lb As New FarPoint.Win.LineBorder(Color.Red) Dim c As Color = lb.Color MessageBox.Show("The color of the border is " + c.ToString())
LineBorder クラス LineBorder メンバ オーバーロード一覧 Color プロパティ Thickness プロパティ
© 2004-2015, GrapeCity inc. All rights reserved.