Click or drag to resize
DigitalRuneRenderContextFrame Property
Gets or sets the number of the current frame.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public int Frame { get; set; }

Property Value

Type: Int32
The number of the current frame.
Remarks

This number is incremented by the graphics service at the start of each frame. The initial value is -1, which indicates that nothing has been rendered so far.

When the frame number exceeds the max integer value MaxValue, then it restarts at 0.

See Also