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


borderLines
border
dpiX
dpiY

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Render( _
   ByVal borderLines As ArrayList, _
   ByVal border As RectangleF, _
   ByVal dpiX As Single, _
   ByVal dpiY As Single _
) 
Visual Basic (Usage)Copy Code
Dim instance As Border
Dim borderLines As ArrayList
Dim border As RectangleF
Dim dpiX As Single
Dim dpiY As Single
 
instance.Render(borderLines, border, dpiX, dpiY)
C# 
public void Render( 
   ArrayList borderLines,
   RectangleF border,
   float dpiX,
   float dpiY
)

Parameters

borderLines
border
dpiX
dpiY

See Also