Class Animation
Implements
Inherited Members
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
[Scenario.ScenarioMetadata("Animation", "Demonstration of how to render animated images with threading.")]
[Scenario.ScenarioCategory("Threading")]
[Scenario.ScenarioCategory("Drawing")]
public class Animation : Scenario, IDisposable
Methods
| Improve this Doc View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
| Improve this Doc View SourceSetup()
Override this to implement the Scenario setup logic (create controls, etc...).
Declaration
public override void Setup()