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


graphics
border
Internal use only.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Render( _
   ByVal graphics As Graphics, _
   ByVal border As RectangleF _
) 
Visual Basic (Usage)Copy Code
Dim instance As Border
Dim graphics As Graphics
Dim border As RectangleF
 
instance.Render(graphics, border)
C# 
public void Render( 
   Graphics graphics,
   RectangleF border
)

Parameters

graphics
border

See Also