Skybound Rebar

ControlRenderer Constructor

Initializes a new instance of a ControlRenderer.

Overload List

Initializes a new instance of a ControlRenderer.

public ControlRenderer();

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

public ControlRenderer(ControlRenderer);

Initializes a new instance of a ControlRenderer, and takes its initial values from an existing Control.

public ControlRenderer(Control);

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace