|
VectSharp 2.6.1
A light library for C# vector graphics
|
A key frame for an animation. More...
Public Member Functions | |
| Frame (Graphics graphics, double duration) | |
| Creates a new Frame with the specified contents and duration. More... | |
Properties | |
| double | Duration [get] |
| The duration of the frame, in milliseconds. More... | |
| Graphics | Graphics [get] |
| The contents of the frame. More... | |
A key frame for an animation.
Definition at line 1220 of file Animation.cs.
| VectSharp.Frame.Frame | ( | Graphics | graphics, |
| double | duration | ||
| ) |
Creates a new Frame with the specified contents and duration.
| graphics | The contents of the frame. |
| duration | The duration of the frame, in milliseconds. |
Definition at line 1237 of file Animation.cs.
|
get |
The duration of the frame, in milliseconds.
Definition at line 1225 of file Animation.cs.
|
get |
The contents of the frame.
Definition at line 1230 of file Animation.cs.