Accord.Controls.VideoSourcePlayer.VideoSourcePlayer C# (CSharp) Метод

VideoSourcePlayer() публичный Метод

Initializes a new instance of the VideoSourcePlayer class.
public VideoSourcePlayer ( ) : System
Результат System
        public VideoSourcePlayer()
        {
            InitializeComponent();

            // update control style
            SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.ResizeRedraw |
                ControlStyles.DoubleBuffer | ControlStyles.UserPaint, true);
        }