Accord.Controls.ManipulatorControl.NotifyClients C# (CSharp) 메소드

NotifyClients() 개인적인 메소드

private NotifyClients ( ) : void
리턴 void
        private void NotifyClients()
        {
            if (PositionChanged != null)
            {
                PositionChanged(this, new PositionEventArgs(manipulatatorX, manipulatatorY));
            }
        }
    }