ActiveReports.Viewer3 Request technical support
Inflate(RectangleF,Single) Method
See Also 


bounds
percentage

Syntax

Visual Basic (Declaration) 
Overloads Public Function Inflate( _
   ByVal bounds As RectangleF, _
   ByVal percentage As Single _
) As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As Border
Dim bounds As RectangleF
Dim percentage As Single
Dim value As RectangleF
 
value = instance.Inflate(bounds, percentage)
C# 
public RectangleF Inflate( 
   RectangleF bounds,
   float percentage
)

Parameters

bounds
percentage

See Also