Creates and initializes new instance of object from passed round value for all corners.

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

Syntax

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

Parameters

all
Type: System..::.Int32

See Also