C# Class LongoMatch.Drawing.CanvasObjects.Timeline.TimelineEventObject

Inheritance: TimelineEventObjectBase
显示文件 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
TimelineEventObject ( TimelineEvent play, Project project ) : System.Collections.Generic

Protected Methods

Method Description
DrawBorders ( IDrawingToolkit tk, double start, double stop, int lineWidth ) : void

Method Details

DrawBorders() protected method

protected DrawBorders ( IDrawingToolkit tk, double start, double stop, int lineWidth ) : void
tk IDrawingToolkit
start double
stop double
lineWidth int
return void

TimelineEventObject() public method

public TimelineEventObject ( TimelineEvent play, Project project ) : System.Collections.Generic
play LongoMatch.Core.Store.TimelineEvent
project Project
return System.Collections.Generic