CADability dotNET
Inflates the rectangle with different values in width an height

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void Inflate(
	double width,
	double height
)
Visual Basic
Public Sub Inflate ( _
	width As Double, _
	height As Double _
)
Visual C++
public:
void Inflate(
	double width, 
	double height
)

Parameters

width
Type: System..::..Double
Inflation of the width
height
Type: System..::..Double
Inflation of the height

See Also