VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Frame Class Reference

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...
 

Detailed Description

A key frame for an animation.

Definition at line 1193 of file Animation.cs.

Constructor & Destructor Documentation

◆ Frame()

VectSharp.Frame.Frame ( Graphics  graphics,
double  duration 
)

Creates a new Frame with the specified contents and duration.

Parameters
graphicsThe contents of the frame.
durationThe duration of the frame, in milliseconds.

Definition at line 1210 of file Animation.cs.

Property Documentation

◆ Duration

double VectSharp.Frame.Duration
get

The duration of the frame, in milliseconds.

Definition at line 1198 of file Animation.cs.

◆ Graphics

Graphics VectSharp.Frame.Graphics
get

The contents of the frame.

Definition at line 1203 of file Animation.cs.


The documentation for this class was generated from the following file: