Ejemplo n.º 1
0
 private Mask(MaskMode maskMode, AnimatableShapeValue maskPath)
 {
     _maskMode = maskMode;
     MaskPath  = maskPath;
 }
Ejemplo n.º 2
0
 private ShapePath(string name, int index, AnimatableShapeValue shapePath)
 {
     _name      = name;
     _index     = index;
     _shapePath = shapePath;
 }
Ejemplo n.º 3
0
 private Mask(MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity)
 {
     _maskMode = maskMode;
     MaskPath  = maskPath;
     Opacity   = opacity;
 }