'宣言 Public Overloads Shared Function Inflate( _ ByVal rc As RectangleD, _ ByVal x As System.Double, _ ByVal y As System.Double _ ) As RectangleD
'使用法 Dim rc As RectangleD Dim x As System.Double Dim y As System.Double Dim value As RectangleD value = RectangleD.Inflate(rc, x, y)
public static RectangleD Inflate( RectangleD rc, System.double x, System.double y )
パラメータ
- rc
- コピーを作成して膨らませる対象の RectangleD。
- x
- 四角形のコピーを水平に拡大する量。
- y
- 四角形のコピーを垂直に拡大する量。
戻り値の型
拡大された RectangleD。