Esempio n. 1
0
 public static CompositionPropertySet SetValue(this CompositionPropertySet set, string name, Matrix3x2 value)
 {
     set.InsertMatrix3x2(name, value);
     return set;
 }