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


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