Method DrawBackground
DrawBackground(TimelineClip, ClipBackgroundRegion)
Override this method to draw a background for a clip .
선언
public virtual void DrawBackground(TimelineClip clip, ClipBackgroundRegion region)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| TimelineClip | clip | The clip being drawn. |
| ClipBackgroundRegion | region | The on-screen area where the clip is drawn. |