public void Dispose()
 {
     if (_rbs != IntPtr.Zero)
     {
         RubberBandNativeMethods.RubberBandStretcher_Delete(_rbs);
         _rbs = IntPtr.Zero;
     }
 }