ActiveReports.Viewer3 Request technical support
Render Method
See Also 


graphics
Indicates the cref="System.Drawing.Graphics" object used to paint the border.
location
printing
Renders the border around the AnnotationCircle object.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub Render( _
   ByVal graphics As Graphics, _
   ByVal location As PointF, _
   ByVal printing As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As BorderCircle
Dim graphics As Graphics
Dim location As PointF
Dim printing As Boolean
 
instance.Render(graphics, location, printing)
C# 
public override void Render( 
   Graphics graphics,
   PointF location,
   bool printing
)

Parameters

graphics
Indicates the cref="System.Drawing.Graphics" object used to paint the border.
location
printing

See Also