ComponentFactory.Krypton.Toolkit.ViewContext.ViewContext C# (CSharp) Méthode

ViewContext() public méthode

Initialize a new instance of the ViewContext class.
public ViewContext ( Control control, Control alignControl, Graphics graphics, IRenderer renderer ) : System
control Control Control associated with rendering.
alignControl Control Control used for aligning elements.
graphics Graphics Graphics instance for drawing.
renderer IRenderer Rendering provider.
Résultat System
        public ViewContext(Control control,
                           Control alignControl,
                           Graphics graphics,
                           IRenderer renderer)
            : this(null, control, alignControl, graphics, renderer)
        {
        }

Same methods

ViewContext::ViewContext ( ViewManager manager, Control control, Control alignControl, Graphics graphics, IRenderer renderer ) : System
ViewContext::ViewContext ( ViewManager manager, Control control, Control alignControl, IRenderer renderer ) : System