Inflates the current RectangleD by a specified SizeD.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Inflate(
	SizeD size
)
Visual Basic
Public Sub Inflate ( _
	size As SizeD _
)

Parameters

size
Type: C1.C1Preview..::..SizeD
The SizeD to inflate the current rectangle by.

See Also