Creates and initializes new instance of object from passed Round object.
Namespace:
Greatis.GradientControlsAssembly: Greatis.GradientControls (in Greatis.GradientControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ rnd As Round _ ) |
| C# |
|---|
public Round( Round rnd ) |
| Visual C++ |
|---|
public: Round( Round^ rnd ) |
| JavaScript |
|---|
Greatis.GradientControls.Round = function(rnd); |
Parameters
- rnd
- Type: Greatis.GradientControls..::.Round