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

DrawSeparatorStarting() protected method

Draw the initial separator position.
protected DrawSeparatorStarting ( Point splitter ) : void
splitter Point Initial splitter position.
return void
        protected void DrawSeparatorStarting(Point splitter)
        {
            // Reset the starting point
            _movementPoint = _nullPoint;

            // Draw the initial indication
            DrawSplitIndicator(splitter);
        }