Rectangle.Extend Method
Returns the Rectangle that results from extending the current Rectangle by the specified amounts.
Thread safety: This method is thread-safe.
Extend(System.Double x, System.Double y)
Returns the Rectangle that results from extending the current Rectangle by the specified amounts.Syntax
public Rectangle Extend (
System.Double x,
System.Double y
)
Parameters
x
Type: System.Double
The amount by which the rectangle is extended along the x-axis. Negative values will shrink the rectangle.
The amount by which the rectangle is extended along the x-axis. Negative values will shrink the rectangle.
y
Type: System.Double
The amount by which the rectangle is extended along the y-axis. Negative values will shrink the rectangle.
The amount by which the rectangle is extended along the y-axis. Negative values will shrink the rectangle.
Platforms
Windows, Linux, Android