public int HitTestSubFCurves(int subNum, IParamDimensionBase dim, ITab <ITrackHitRecord> hits, IBox2 rcHit, IBox2 rcGraph, float tzoom,
                              int tscroll, float vzoom, int vscroll, uint flags)
 {
     throw new NotImplementedException();
 }
 public int PaintSubFCurves(int subNum, IParamDimensionBase dim, IntPtr hdc, IBox2 rcGraph, IBox2 rcPaint, float tzoom,
                            int tscroll, float vzoom, int vscroll, uint flags)
 {
     throw new NotImplementedException();
 }
 public int HitTestTrack(ITab <ITrackHitRecord> hits, IBox2 rcHit, IBox2 rcTrack, float zoom, int scroll, uint flags)
 {
     throw new NotImplementedException();
 }
 public int PaintSubTrack(int subNum, IParamDimensionBase dim, IntPtr hdc, IBox2 rcTrack, IBox2 rcPaint, float zoom, int scroll,
                          uint flags)
 {
     throw new NotImplementedException();
 }
 public void AdjustTangents(ITrackHitRecord hit, IParamDimensionBase dim, IBox2 rcGraph, float tzoom, int tscroll, float vzoom,
                            int vscroll, int dx, int dy, uint flags)
 {
     throw new NotImplementedException();
 }