LongoMatch.Drawing.Widgets.Blackboard.Dispose C# (CSharp) Метод

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

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