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

Dispose() защищенный Метод

Dispose the object.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void
        protected override void Dispose(bool disposing)
        {
            if (disposing)
            {
                if (components != null)
                    components.Dispose();

                // free graphics resources
                blackPen.Dispose();
            }
            base.Dispose(disposing);
        }