ActiveReports 9
RoundRectEx Constructor(Single,Single,Single,Single,Single,Single,Single,Single)

Syntax
'Declaration
 
Public Function New( _
   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 _
)
public RoundRectEx( 
   System.float left,
   System.float top,
   System.float width,
   System.float height,
   System.float topLeftEdge,
   System.float topRightEdge,
   System.float bottomLeftEdge,
   System.float bottomRightEdge
)

Parameters

left
top
width
height
topLeftEdge
topRightEdge
bottomLeftEdge
bottomRightEdge
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

RoundRectEx Class
RoundRectEx Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum