Ejemplo n.º 1
0
 public void Dispose()
 {
     if (this.native != IntPtr.Zero)
     {
         LibIGraph.DisposeFontFamily(this.native);
         this.native = IntPtr.Zero;
         GC.SuppressFinalize(this);
     }
 }