Creates and initializes new instance of object from passed round values for each corner.

Namespace:  Greatis.GradientControls
Assembly:  Greatis.GradientControls (in Greatis.GradientControls.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	topLeft As Integer, _
	topRight As Integer, _
	bottomLeft As Integer, _
	bottomRight As Integer _
)
C#
public Round(
	int topLeft,
	int topRight,
	int bottomLeft,
	int bottomRight
)
Visual C++
public:
Round(
	int topLeft, 
	int topRight, 
	int bottomLeft, 
	int bottomRight
)
JavaScript
Greatis.GradientControls.Round = function(topLeft, topRight, bottomLeft, bottomRight);

Parameters

topLeft
Type: System..::.Int32
topRight
Type: System..::.Int32
bottomLeft
Type: System..::.Int32
bottomRight
Type: System..::.Int32

See Also