Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CornerRadius Structure / CornerRadius Constructor / CornerRadius Constructor(Single,Single,Single,Single,Single,Single,Single,Single)
The value of TopLeftX property.
The value of TopLeftY property.
The value of TopRightX property.
The value of TopRightY property.
The value of BottomLeftX property.
The value of BottomLeftY property.
The value of BottomRightX property.
The value of BottomRightY property.

In This Topic
    CornerRadius Constructor(Single,Single,Single,Single,Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the CornerRadius structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal topLeftX As System.Single, _
       ByVal topLeftY As System.Single, _
       ByVal topRightX As System.Single, _
       ByVal topRightY As System.Single, _
       ByVal bottomLeftX As System.Single, _
       ByVal bottomLeftY As System.Single, _
       ByVal bottomRightX As System.Single, _
       ByVal bottomRightY As System.Single _
    )
    public CornerRadius( 
       System.float topLeftX,
       System.float topLeftY,
       System.float topRightX,
       System.float topRightY,
       System.float bottomLeftX,
       System.float bottomLeftY,
       System.float bottomRightX,
       System.float bottomRightY
    )

    Parameters

    topLeftX
    The value of TopLeftX property.
    topLeftY
    The value of TopLeftY property.
    topRightX
    The value of TopRightX property.
    topRightY
    The value of TopRightY property.
    bottomLeftX
    The value of BottomLeftX property.
    bottomLeftY
    The value of BottomLeftY property.
    bottomRightX
    The value of BottomRightX property.
    bottomRightY
    The value of BottomRightY property.
    See Also