Sprite.Paint Event
Animation Studio Reference

Sprite.Paint Event

This event is fired, each time a paint evant occurs. Normally you do not need this event.

[Visual Basic]
Public Event Paint As PaintEventHandler
[C#]
public event PaintEventHandler Paint;

Remarks

You can add this event to the sprite, by double clicking the event in the Event Pane of the property tab in the designer.

See Also

Sprite Class | AnimationStudio Namespace