Exemple #1
0
 public void Create1DPathTranslateEffect(Action <IPathEffect> setter)
 {
     setter?.Invoke(Path1DPathEffect.MakeTranslate());
 }