ActiveReports.Viewer3 Request technical support
InflateInches Method
See Also 


graphics
inchBounds
For internal use only.

Syntax

Visual Basic (Declaration) 
Public Function InflateInches( _
   ByVal graphics As Graphics, _
   ByVal inchBounds As RectangleF _
) As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As Border
Dim graphics As Graphics
Dim inchBounds As RectangleF
Dim value As RectangleF
 
value = instance.InflateInches(graphics, inchBounds)
C# 
public RectangleF InflateInches( 
   Graphics graphics,
   RectangleF inchBounds
)

Parameters

graphics
inchBounds

See Also