バージョン

RelativeWidth コンストラクタ(Single,Single,Single)

RelativeWidth クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal value As Single, _
   ByVal min As Single, _
   ByVal max As Single _
)
public RelativeWidth( 
   float value,
   float min,
   float max
)

パラメータ

value
パーセントの値。
min
最小値。
max
最大値。
参照