CADability dotNET
Inflates the rectangle by the provided value which may also be negative

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

Syntax

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

Parameters

d
Type: System..::..Double
Value for infaltion

See Also