'使用法 Dim instance As RectangleD Dim x As System.Double Dim y As System.Double instance.Inflate(x, y)
パラメータ
- x
- 現在の RectangleDの左右に追加する量。
- y
- 現在の RectangleDの上下に追加する量。
'使用法 Dim instance As RectangleD Dim x As System.Double Dim y As System.Double instance.Inflate(x, y)