ActiveReports 6 Online Help
Render Method (BorderRectangle)

Indicates the cref="System.Drawing.Graphics" object used to paint the border.
Renders the border around the AnnotationRectangle object.
Syntax
'Declaration
 
Public Overrides Sub Render( _
   ByVal graphics As Graphics, _
   ByVal location As PointF, _
   ByVal printing As Boolean _
) 
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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BorderRectangle Class
BorderRectangle Members
Base Implementation in Render

Send Feedback