Creates a RectangleF that is inflated by the specified amount. If a negative size is specified the RectangleF will be deflated.
[Visual Basic] Overloads Public Shared Function Inflate( _ ByVal rect As RectangleF, _ ByVal x As Single, _ ByVal y As Single _ ) As RectangleF [C#] public static RectangleF Inflate( RectangleF rect, float x, float y ); [C++] public: static RectangleF Inflate( RectangleF rect, float x, float y ); [JScript] public static function Inflate( rect : RectangleF, x : float, y : float ) : RectangleF;
the resulting RectangleF.
RectangleF Structure | RectangleF Members | System.Drawing Namespace | RectangleF.Inflate Overload List