[C#]
void Inflate(double width, double height);
static RectangleF Inflate(RectangleF rect, double x, double y);
void Inflate(SizeF sz);
[Visual Basic]
Sub Inflate(width As Double, height As Double)
Shared Function Inflate(rect As RectangleF, x As Double, y As Double) As RectangleF
Sub Inflate(sz As SizeF)
|