Initializes a new instance of the CornerRadiuses class.

Namespace:  PerpetuumSoft.Instrumentation.Model.Drawing
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public CornerRadiuses(
	double leftBottom,
	double leftTop,
	double rightTop,
	double rightBottom
)
Visual Basic (Declaration)
Public Sub New ( _
	leftBottom As Double, _
	leftTop As Double, _
	rightTop As Double, _
	rightBottom As Double _
)
Visual C++
public:
CornerRadiuses(
	double leftBottom, 
	double leftTop, 
	double rightTop, 
	double rightBottom
)

Parameters

leftBottom
Type: System..::.Double
leftTop
Type: System..::.Double
rightTop
Type: System..::.Double
rightBottom
Type: System..::.Double

See Also