'宣言 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
- The RectangleD a copy of which is created and inflated.
- x
- The amount by which to inflate the resulting rectangle horizontally.
- y
- The amount by which to inflate the resulting rectangle vertically.
戻り値の型
The newly created RectangleD structure.