AnimationModels.KeyFrame.KeyFrame C# (CSharp) Method

KeyFrame() public method

public KeyFrame ( ) : System
return System
        public KeyFrame()
            : this(0, 0, new TimeSpan(), null)
        {
        }

Same methods

KeyFrame::KeyFrame ( int rowCount, int columnCount, System.TimeSpan startTime, ITween tween ) : System