'宣言 Public Overloads Shared Function Inflate( _ ByVal rc As Rect, _ ByVal x As System.Double, _ ByVal y As System.Double _ ) As Rect
パラメータ
- rc
- The Rect 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 Rect structure.