Property | Type | Description |
---|
Method | Description | |
---|---|---|
ImageRenderer ( ) : System |
Make an empty image renderer
|
|
ImageRenderer ( bool startAnimations ) : System |
Make an empty image renderer that begins life ready for animations
|
|
OnTimer ( Object state ) : void |
This is the method that is invoked by the timer. It basically switches control to the listview thread.
|
|
Pause ( ) : void |
Pause any animations
|
|
Render ( |
Draw our image
|
|
Unpause ( ) : void |
Unpause any animations
|
Method | Description | |
---|---|---|
GetImageFromAspect ( ) : Image |
Translate our Aspect into an image. The strategy is: |
|
OnTimerInThread ( ) : void |
This is the OnTimer callback, but invoked in the same thread as the creator of the ListView. This method can use all of ListViews methods without creating a CrossThread exception.
|
public ImageRenderer ( bool startAnimations ) : System | ||
startAnimations | bool | |
return | System |
public Render ( |
||
g | ||
r | ||
return | void |