Ejemplo n.º 1
0
 public Transform(uint startTime, uint endTime, Matrix matrix, float alpha, ColorTransform colorTransform)
 {
     this.StartTime = startTime;
     this.EndTime = endTime;
     this.Matrix = matrix;
     this.Alpha = alpha;
     this.ColorTransform = colorTransform;
 }
Ejemplo n.º 2
0
 public Transform(uint startTime, uint endTime, Matrix matrix, float alpha, ColorTransform colorTransform)
 {
     this.StartTime      = startTime;
     this.EndTime        = endTime;
     this.Matrix         = matrix;
     this.Alpha          = alpha;
     this.ColorTransform = colorTransform;
 }