RectangleInflate Method

Overload List
  NameDescription
Public methodInflate(Size)
Inflates this Rectangle by the specified amount.
Public methodInflate(Int32, Int32)
Inflates this Rectangle by the specified amount.
Public methodStatic memberInflate(Rectangle, Int32, Int32)
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.
See Also