バージョン

SizeData コンストラクタ

SizeData を構築します。
シンタックス
'宣言
 
Public Function New( _
   ByVal width As Double, _
   ByVal height As Double _
)
public SizeData( 
   double width,
   double height
)

パラメータ

width
使用する幅。
height
使用する高さ。
参照