Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / CircleBevel Class / CircleBevel Constructor / CircleBevel Constructor(Single,Single)
Width of the bevel.
Height of the bevel.


CircleBevel Constructor(Single,Single)
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)

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