ActiveReports 12
Inflate Method (RectangleFEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleFEx Structure : Inflate Method
The width.
The height.
Inflates this rectangle by specified amount.
Syntax
'Declaration
 
Public Sub Inflate( _
   ByVal width As Single, _
   ByVal height As Single _
) 
public void Inflate( 
   float width,
   float height
)

Parameters

width
The width.
height
The height.
See Also

Reference

RectangleFEx Structure
RectangleFEx Members