ActiveReports 8
Inflate(Rect,Single,Single) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure > Inflate Method : Inflate(Rect,Single,Single) Method

rect
x
y

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Inflate( _
   ByVal rect As Rect, _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) As Rect
C# 
public static Rect Inflate( 
   Rect rect,
   System.float x,
   System.float y
)

Parameters

rect
x
y

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