| IGraphicsServiceFrame Property |
Gets 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 ReadOnly Property Frame As Integer
Get
property int Frame {
int get ();
}
abstract Frame : int with get
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