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

DrawSeparatorStarting() protected méthode

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

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