Example #1
0
 public RaphaelElement Stop(RaphaelAnimation animation)
 {
     return(default(RaphaelElement));
 }
Example #2
0
 public void Status(RaphaelAnimation animation, int value)
 {
 }
Example #3
0
 public void SetTime(RaphaelAnimation animation, int value)
 {
 }
Example #4
0
 public int Status(RaphaelAnimation animation)
 {
     return(default(int));
 }
Example #5
0
 public RaphaelElement Resume(RaphaelAnimation animation = null)
 {
     return(default(RaphaelElement));
 }