コード例 #1
0
 public void FlagKey(ITrackHitRecord hit)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 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();
 }
コード例 #3
0
 public void AdjustTangents(ITrackHitRecord hit, IParamDimensionBase dim, float angle, float length, uint flags)
 {
     throw new NotImplementedException();
 }