Provides data for the animation update event.
- Header
#include <xtd/forms/animation_event_args>
- Namespace
- xtd::forms
- Library
- xtd.forms
- Examples:
- animation.cpp.
◆ elapsed()
time_span xtd::forms::animation_updated_event_args::elapsed |
( |
| ) |
const |
|
inline |
Gets elepased time in nanoseconds.
- Returns
- Elapsed time in nanoseconds
- Examples:
- animation.cpp.
◆ elapsed_milliseconds()
int64 xtd::forms::animation_updated_event_args::elapsed_milliseconds |
( |
| ) |
const |
|
inline |
Gets elepased time in milliseconds.
- Returns
- Elapsed time in milliseconds
◆ elapsed_nanoseconds()
int64 xtd::forms::animation_updated_event_args::elapsed_nanoseconds |
( |
| ) |
const |
|
inline |
Gets elepased time in nanoseconds.
- Returns
- Elapsed time in nanoseconds
◆ frame_counter()
int32 xtd::forms::animation_updated_event_args::frame_counter |
( |
| ) |
const |
|
inline |
Gets frame counter.
- Returns
- Frame counter.
- Examples:
- animation.cpp.
The documentation for this class was generated from the following file: