C# Class Vidka.Core.UiObj.EditorDraggy

stores information about dragging clips around video or audio
Show file Open project: miktemk/VidkaEditor Class Usage Examples

Public Methods

Method Description
EditorDraggy ( ) : System

Private Methods

Method Description
Clear ( ) : void
SetCoordinates ( EditorDraggyMode mode = null, long frameLength = null, string text = null, int mouseX = null, int mouseXOffset = null, bool hasAudio = null, long frameAbsLeft = null ) : void

Make sure u dont set mode to none from here! Do it only in clear!

Method Details

EditorDraggy() public method

public EditorDraggy ( ) : System
return System