PSSMDemo.GaussianBlur.Dispose C# (CSharp) 메소드

Dispose() 개인적인 메소드

private Dispose ( bool disposing ) : void
disposing bool
리턴 void
        void Dispose(bool disposing)
        {
            if (disposed) return;

            if (disposing)
            {
                backingRenderTarget.Dispose();
            }

            disposed = true;
        }

Same methods

GaussianBlur::Dispose ( ) : void