CamTimer.Controls.SynchronizedPictureBox.SynchronizedPictureBox C# (CSharp) 메소드

SynchronizedPictureBox() 개인적인 메소드

private SynchronizedPictureBox ( ) : System
리턴 System
        internal SynchronizedPictureBox()
        {
            SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.OptimizedDoubleBuffer, true);
            Cursor = Cursors.Hand;
        }