Sprite.Position Property
Animation Studio Reference

Sprite.Position Property

Sets or gets the position relative to the upper left corner of the SpritePanel containing the sprite. The origin within the sprite is the center point of the surrounding rectangle. This property is overriden, when used in keyframes of the Timeline.

[Visual Basic]
Public Property Position As Point
[C#]
public System.Drawing.Point Position {get; set;}

See Also

Sprite Class | AnimationStudio Namespace