Sprite Constructor (SpritePanel)
Animation Studio Reference

Sprite Constructor (SpritePanel)

Constructor for a sprite In most cases you do not use this constructor directly, instead you insert the sprite into the Sprite Collection using the property tab of SpritePanel in the designer.

[Visual Basic]
Overloads Public Sub New( _
   ByVal parent As SpritePanel _
)
[C#]
public Sprite(
   SpritePanel parent
);

See Also

Sprite Class | AnimationStudio Namespace | Sprite Constructor Overload List