Пример #1
0
 public InstrumentControlMarksDefinition(float myMinPhy, float myMinAngle, float myMaxPhy, float myMaxAngle, int myNumberOfDivisions, int myFontSize, Color myFontColor, InstumentMarkScaleStyle myScaleStyle)
 {
     this.minPhy = myMinPhy;
      this.minAngle = myMinAngle;
      this.maxPhy = myMaxPhy;
      this.maxAngle = myMaxAngle;
      this.numberOfDivisions = myNumberOfDivisions;
      this.fontSize = myFontSize;
      this.fontColor = myFontColor;
      this.scaleStyle = myScaleStyle;
 }
Пример #2
0
 public InstrumentControlMarksDefinition(float myMinPhy, float myMinAngle, float myMaxPhy, float myMaxAngle, int myNumberOfDivisions, int myFontSize, Color myFontColor, InstumentMarkScaleStyle myScaleStyle)
 {
     MinPhy            = myMinPhy;
     MinAngle          = myMinAngle;
     MaxPhy            = myMaxPhy;
     MaxAngle          = myMaxAngle;
     NumberOfDivisions = myNumberOfDivisions;
     FontSize          = myFontSize;
     FontColor         = myFontColor;
     ScaleStyle        = myScaleStyle;
 }
 public InstrumentControlMarksDefinition(float myMinPhy, float myMinAngle, float myMaxPhy, float myMaxAngle, int myNumberOfDivisions, int myFontSize, Color myFontColor, InstumentMarkScaleStyle myScaleStyle)
 {
     this.minPhy            = myMinPhy;
     this.minAngle          = myMinAngle;
     this.maxPhy            = myMaxPhy;
     this.maxAngle          = myMaxAngle;
     this.numberOfDivisions = myNumberOfDivisions;
     this.fontSize          = myFontSize;
     this.fontColor         = myFontColor;
     this.scaleStyle        = myScaleStyle;
 }