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


bounds

Syntax

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

Parameters

bounds

See Also