| GraphicsManagerFrame 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 public int Frame { get; }
Public ReadOnly Property Frame As Integer
Get
public:
virtual property int Frame {
int get () sealed;
}
abstract Frame : int with get
override Frame : int with get
Property Value
Type:
Int32The number of the current frame.
Implements
IGraphicsServiceFrameRemarks
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