Skybound Rebar

ControlRenderer Constructor (ControlRenderer)

Initializes a new instance of a ControlRenderer, and takes its initial values from the values provided by another ControlRenderer.

[Visual Basic]
Overloads Public Sub New( _
   ByVal obj As ControlRenderer _
)
[C#]
public ControlRenderer(
   ControlRenderer obj
);

Parameters

obj
The ControlRenderer from which initial property values are taken.

Remarks

Use this overload to make a copy of another ControlRenderer.

Exceptions

Exception Type Condition
ArgumentNullException The obj parameter was a null reference (Nothing in Visual Basic).

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace | ControlRenderer Constructor Overload List