Method DrawBackground
DrawBackground(TimelineClip, ClipBackgroundRegion)
Override this method to draw a background for a clip .
Declaration
public virtual void DrawBackground(TimelineClip clip, ClipBackgroundRegion region)
Parameters
Type | Name | Description |
---|---|---|
TimelineClip | clip | The clip being drawn. |
ClipBackgroundRegion | region | The on-screen area where the clip is drawn. |