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