public static float InchToCm( float value )
'宣言 Public Shared Function InchToCm( _ ByVal value As Single _ ) As Single
指定したインチ単位の値をセンチ単位で表した値。
private void detail_Format(object sender, System.EventArgs eArgs) { this.Label1.Left = SectionReport1.InchToCm(2); }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.Label1.Left = SectionReport1.InchToCm(2) End Sub
SectionReport クラス SectionReport メンバ CmToInch メソッド
©2003-2017 GrapeCity inc. All rights reserved.