Initializes a new instance of the
Size structure.
シンタックス
'宣言
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double _
)
'使用法
Dim width As System.Double
Dim height As System.Double
Dim instance As New Size(width, height)
public Size(
System.double ,
System.double
)
パラメータ
- width
- The horizontal component of the Size.
- height
- The vertical component of the Size.
参照