コード例 #1
0
 public TimelineViewRulerMark(float units, float pixels, TimelineViewRulerMarkWeight weight)
 {
     this.UnitValue  = units;
     this.PixelValue = pixels;
     this.Weight     = weight;
 }
コード例 #2
0
 public TimelineViewRulerMark(float units, float pixels, TimelineViewRulerMarkWeight weight)
 {
     this.UnitValue = units;
     this.PixelValue = pixels;
     this.Weight = weight;
 }