Пример #1
0
 public void Dispose()
 {
     if (this.native != IntPtr.Zero)
     {
         LibIGraph.DisposeGraphics(this.native);
         this.native = IntPtr.Zero;
         GC.SuppressFinalize(this);
     }
 }