Alsing.Drawing.GDI.GDIObject.Destroy C# (CSharp) Method

Destroy() protected method

protected Destroy ( ) : void
return void
        protected virtual void Destroy()
        {
            IsCreated = false;
        }