C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderRoundRectangle Class / Clone Method / Clone(Boolean,Boolean) Method
Indicates whether the DataBinding property should be cloned.
Indicates whether the Children property should be cloned.

In This Topic
Clone(Boolean,Boolean) Method
In This Topic
Clones the current RenderObject.
Syntax
'Declaration
 
Public Overloads Function Clone( _
   ByVal assignDataBinding As Boolean, _
   ByVal assignChildren As Boolean _
) As RenderObject
 

Parameters

assignDataBinding
Indicates whether the DataBinding property should be cloned.
assignChildren
Indicates whether the Children property should be cloned.

Return Value

The newly created object.
See Also