Method | Description | |
---|---|---|
AdvanceFrame ( long millisecondsNow ) : void |
Advance our images current frame and calculate when it will expire
|
|
AnimationState ( ) : System |
Create an AnimationState in a quiet state
|
|
AnimationState ( Image image ) : System |
Create an animation state for the given image, which may or may not be an animation
|
|
IsAnimation ( Image image ) : bool |
Is the given image an animation
|
public AdvanceFrame ( long millisecondsNow ) : void | ||
millisecondsNow | long | |
return | void |
public AnimationState ( Image image ) : System | ||
image | Image | The image to be rendered |
return | System |
public static IsAnimation ( Image image ) : bool | ||
image | Image | The image to be tested |
return | bool |