T
Team
When I use the statement
ActivePresentation.Slides(1).TimeLine.MainSequence(1).Behaviors(1).MotionEffect.Path
I get the following string.
"M -0.21684 0.11355 C -0.16788 0.27752 -0.11892 0.44172 -0.0184 0.44542 C
0.08212 0.44912 0.32153 0.24907 0.38611 0.13598 C 0.45069 0.02289 0.40139
-0.15357 0.36927 -0.23289 C 0.33715 -0.31221 0.22309 -0.32147 0.19392 -0.3395
"
But I cannot make out what is meant by it. How can I get co-ordinates of the
path from the above mentioned string.
Thank you.
ActivePresentation.Slides(1).TimeLine.MainSequence(1).Behaviors(1).MotionEffect.Path
I get the following string.
"M -0.21684 0.11355 C -0.16788 0.27752 -0.11892 0.44172 -0.0184 0.44542 C
0.08212 0.44912 0.32153 0.24907 0.38611 0.13598 C 0.45069 0.02289 0.40139
-0.15357 0.36927 -0.23289 C 0.33715 -0.31221 0.22309 -0.32147 0.19392 -0.3395
"
But I cannot make out what is meant by it. How can I get co-ordinates of the
path from the above mentioned string.
Thank you.