| RenderContextFrame Property |
Gets or sets the number of the current frame.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public int Frame { get; set; }
Public Property Frame As Integer
Get
Set
public:
property int Frame {
int get ();
void set (int value);
}
member Frame : int with get, set
Property Value
Type:
Int32The 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