MovieClip.OnPaint()

MovieClip.OnPaint Method


Invoked when the movie clip drawing needs to be regenerated.

Definition

protected virtual void OnPaint();

Remarks

For the OnPaint method to be invoked, use the Invalidate method on the movie clip.

The OnPaint method is only invoked when necessary.

© 2004-2005 GlobFX Technologies. All rights reserved.