ActiveReports 13
Inflate(Double,Double) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure > Inflate Method : Inflate(Double,Double) Method
The amount to inflate this Rect horizontally.
The amount to inflate this Rect vertically.
Enlarges this Rect by the specified amount.
Syntax
'Declaration
 
Public Overloads Function Inflate( _
   ByVal x As Double, _
   ByVal y As Double _
) As Rect
public Rect Inflate( 
   double x,
   double y
)

Parameters

x
The amount to inflate this Rect horizontally.
y
The amount to inflate this Rect vertically.
See Also

Reference

Rect Structure
Rect Members
Overload List