Example #1
0
 public DrawablePath(IEnumerable <PathBase> paths)
     : base(AssemblyHelper.CreateInstance(Types.DrawablePath, new Type[] { Types.IEnumerablePathBase }, PathBase.CastIEnumerable(paths)))
 {
 }