Ejemplo n.º 1
0
        public void SetFrames()
        {
            Frames.CloseSet(true);

            for (int i = 0; i < Frames.Indices.Count; i++)
            {
                hFrame Frame = new hFrame(i, PathSet[PathSet.Keys.ElementAt(Frames.Sequence[i])], Frames);
                Content.Append(Frame.svgGroup.ToString());
            }
        }
Ejemplo n.º 2
0
 public void BeginFrame(hFrame frame)
 {
     Frames.Add(frame);
 }