ActiveReports 9
DrawRoundRect(Single,Single,Single,Single,Single,Single,Single,Single,Single) Method

Parameter to specify when we should fail back to old round rect with equals corners
Renders rounded rect with different corner radiuses.
Syntax
'Declaration
 
Public Overloads Sub DrawRoundRect( _
   ByVal left As System.Single, _
   ByVal top As System.Single, _
   ByVal width As System.Single, _
   ByVal height As System.Single, _
   ByVal topLeftEdge As System.Single, _
   ByVal topRightEdge As System.Single, _
   ByVal bottomLeftEdge As System.Single, _
   ByVal bottomRightEdge As System.Single, _
   ByVal precision As System.Single _
) 
public void DrawRoundRect( 
   System.float left,
   System.float top,
   System.float width,
   System.float height,
   System.float topLeftEdge,
   System.float topRightEdge,
   System.float bottomLeftEdge,
   System.float bottomRightEdge,
   System.float precision
)

Parameters

left
top
width
height
topLeftEdge
topRightEdge
bottomLeftEdge
bottomRightEdge
precision
Parameter to specify when we should fail back to old round rect with equals corners
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

Page Class
Page Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum