MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / Render Method
The border lines.
The Border's rectangle in inches.
The dpi X value.
The dpi Y value.
Graphics' page scale.

In This Topic
Render Method (Border)
In This Topic
Renders the border around the specified rectangle.
Syntax
'Declaration
 
Public Sub Render( _
   ByVal borderLines As ArrayList, _
   ByVal bounds As RectangleF, _
   ByVal dpiX As Single, _
   ByVal dpiY As Single, _
   ByVal pageScale As Single _
) 
 

Parameters

borderLines
The border lines.
bounds
The Border's rectangle in inches.
dpiX
The dpi X value.
dpiY
The dpi Y value.
pageScale
Graphics' page scale.
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