eDriven Framework API
CurrentFrame Property
NamespaceseDriven.Animation.AnimationAnimationCurrentFrame
eDriven Framework API
Returns a current frame while playing
Declaration Syntax
C#Visual BasicVisual C++
public Frame CurrentFrame { get; private set; }
Public Property CurrentFrame As Frame
	Get
	Private Set
public:
property Frame^ CurrentFrame {
	Frame^ get ();
	private: void set (Frame^ value);
}

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)