Gets or sets the movie clip location.
public PointF Location { get; set; }
System.Drawing.PointF.
This method is equivalent to:
movie_clip.X= location.x;
movie_clip.Y= location.y;
The location of a movie clip defines its position, its center of scaling and rotation.
© 2004-2005 GlobFX Technologies. All rights reserved. |