C# Class Sharpex2D.Rendering.Keyframe

Show file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
Keyframe ( Rectangle displayRectangle, float duration ) : Sharpex2D.Math

Initializes a new Keyframe class.

Method Details

Keyframe() public method

Initializes a new Keyframe class.
public Keyframe ( Rectangle displayRectangle, float duration ) : Sharpex2D.Math
displayRectangle Sharpex2D.Math.Rectangle The DisplayRectangle.
duration float The Duration.
return Sharpex2D.Math