Esempio n. 1
0
 public void SetDefaultBgGradientColors(Quantity_Color theColor1, Quantity_Color theColor2,
                                        Aspect_GradientFillMethod theFillStyle)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void SetBgGradientStyle(Aspect_GradientFillMethod theMethod)
 {
     throw new NotImplementedException();
 }
 public void SetColors(Quantity_Color AColor1, Quantity_Color AColor2, Aspect_GradientFillMethod AMethod)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void SetBackground(Quantity_Color theFirstColor, Quantity_Color theSecondColor,
                           Aspect_GradientFillMethod theFillMethod)
 {
     throw new NotImplementedException();
 }
 public Aspect_GradientBackground(Quantity_Color AColor1, Quantity_Color AColor2,
                                  Aspect_GradientFillMethod AMethod)
     : base()
 {
     throw new NotImplementedException();
 }