ComponentFactory.Krypton.Toolkit.RenderContext.RenderContext C# (CSharp) Method

RenderContext() public method

Initialize a new instance of the ViewContext class.
public RenderContext ( Control control, Control alignControl, Graphics graphics, Rectangle clipRect, IRenderer renderer ) : System
control System.Windows.Forms.Control Control associated with rendering.
alignControl System.Windows.Forms.Control Control used to align elements.
graphics System.Drawing.Graphics Graphics instance for drawing.
clipRect System.Drawing.Rectangle Rectangle that needs rendering.
renderer IRenderer Rendering provider.
return System
        public RenderContext(Control control,
                             Control alignControl,
                             Graphics graphics,
                             Rectangle clipRect,
                             IRenderer renderer)
            : this(null, control, alignControl, graphics, clipRect, renderer)
        {
        }

Same methods

RenderContext::RenderContext ( Control control, Graphics graphics, Rectangle clipRect, IRenderer renderer ) : System
RenderContext::RenderContext ( ViewManager manager, Control control, Control alignControl, Graphics graphics, Rectangle clipRect, IRenderer renderer ) : System