'Declaration Public Overloads Shared Function Inflate( _ ByVal rc As RectangleD, _ ByVal x As Double, _ ByVal y As Double _ ) As RectangleD
public static RectangleD Inflate( RectangleD rc, double x, double y )
Parameters
- 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.
Return Value
The newly created RectangleD structure.