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

DrawSeparatorReposition() protected méthode

Redraw the splitter in the new position.
protected DrawSeparatorReposition ( Point splitter ) : void
splitter Point New position of the splitter.
Résultat void
        protected void DrawSeparatorReposition(Point splitter)
        {
            // Draw splitter in the new position
            DrawSplitIndicator(splitter);
        }