MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / InflateInches Method
The device info.
Specified bounds.

In This Topic
InflateInches Method
In This Topic
Inflates the boundaries according to the mergins in inch units.
Syntax
'Declaration
 
Public Function InflateInches( _
   ByVal graphics As DeviceInfo, _
   ByVal inchBounds As RectangleF _
) As RectangleF
 

Parameters

graphics
The device info.
inchBounds
Specified bounds.

Return Value

Returns the inflated bounds.
Remarks
This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also