'Declaration Public Function New( _ ByVal color As Color, _ ByVal thickness As Integer _ )
'Declaration
Public Function New( _ ByVal color As Color, _ ByVal thickness As Integer _ )
public RoundedLineBorder( Color color, int thickness )
FarPoint.Win.RoundedLineBorder rlb = new FarPoint.Win.RoundedLineBorder(Color.Red, 3);
Dim rlb As New FarPoint.Win.RoundedLineBorder(Color.Red, 3)
RoundedLineBorder クラス RoundedLineBorder メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.