Spread for ASP.NET 12 Product Documentation
CircleBevel Constructor(Single,Single)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > CircleBevel Class > CircleBevel Constructor : CircleBevel Constructor(Single,Single)
Width of the bevel.
Height of the bevel.
Creates a circular bevel.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Single, _
   ByVal height As Single _
)
'Usage
 
Dim width As Single
Dim height As Single
 
Dim instance As New CircleBevel(width, height)
public CircleBevel( 
   float width,
   float height
)

Parameters

width
Width of the bevel.
height
Height of the bevel.
Exceptions
ExceptionDescription
width is less than zero or greater than 1584.
height is less than zero or greater than 1584.
Remarks
Width is measured in points.
See Also

Reference

CircleBevel Class
CircleBevel Members
Overload List