In The Hand LtdIn The Hand
Inflate Method (rect, x, y)
NamespacesInTheHand.DrawingRectangleHelperInflate(Rectangle, Int32, Int32)
.NET Components for Mobility
Creates and returns an inflated copy of the specified Rectangle structure. The copy is inflated by the specified amount. The original Rectangle structure remains unmodified.
Declaration Syntax
C#Visual Basic
public static Rectangle Inflate(
	Rectangle rect,
	int x,
	int y
)
Public Shared Function Inflate ( _
	rect As Rectangle, _
	x As Integer, _
	y As Integer _
) As Rectangle
Parameters
rect (Rectangle)
The Rectangle with which to start. This rectangle is not modified.
x (Int32)
The amount to inflate this Rectangle horizontally.
y (Int32)
The amount to inflate this Rectangle vertically.
Return Value

[Missing <returns> documentation for "M:InTheHand.Drawing.RectangleHelper.Inflate(System.Drawing.Rectangle,System.Int32,System.Int32)"]

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0