GdiplusShutdown() private method

private GdiplusShutdown ( IntPtr token ) : Status
token System.IntPtr
return Status
        protected override bool ReleaseHandle()
        {
            Status status = NativeMethods.GdiplusShutdown(this.handle);

            return(status == Status.Ok);
        }