ComponentFactory.Krypton.Toolkit.SeparatorController.DrawSeparatorReposition C# (CSharp) Method

DrawSeparatorReposition() protected method

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