public RoundedLineBorder( Color color, int thickness )
'Declaration Public Function New( _ ByVal color As Color, _ ByVal thickness As Integer _ )
'Declaration
Public Function New( _ ByVal color As Color, _ ByVal thickness As Integer _ )
'使用法 Dim color As Color Dim thickness As Integer Dim instance As New RoundedLineBorder(color, thickness)
'使用法
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)
RoundedLineBorder クラス RoundedLineBorder メンバ オーバーロード一覧
© 2004-2017, GrapeCity inc. All rights reserved.