RectangleF::Inflate Method

 

Enlarges this RectangleF by the specified amount.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticInflate(RectangleF, Single, Single)

Creates and returns an enlarged copy of the specified RectangleF structure. The copy is enlarged by the specified amount and the original rectangle remains unmodified.

System_CAPS_pubmethodInflate(Single, Single)

Enlarges this RectangleF structure by the specified amount.

System_CAPS_pubmethodInflate(SizeF)

Enlarges this RectangleF by the specified amount.

Return to top
Show: