ActiveReports 8
Inflate Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleFEx Structure : Inflate Method

width
The width.
height
The height.

Glossary Item Box

Inflates this rectangle by specified amount.

Syntax

Visual Basic (Declaration) 
Public Sub Inflate( _
   ByVal width As System.Single, _
   ByVal height As System.Single _
) 
C# 
public void Inflate( 
   System.float width,
   System.float height
)

Parameters

width
The width.
height
The height.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also