C# 클래스 Vidka.Components.VideoShitboxDrawOps.DrawVideoClips

상속: DrawOp
파일 보기 프로젝트 열기: miktemk/VidkaEditor

공개 메소드들

메소드 설명
DrawVideoClips ( IVidkaOpContext context, ImageCacheManager imageMan ) : System
Paint ( Graphics g, int w, int h ) : void

비공개 메소드들

메소드 설명
drawClipLabel ( Graphics g, string label, int x1, int y1, int clipw, int cliph ) : void
whatBrushForThisClip ( VidkaClipVideoAbstract vclip ) : Brush

메소드 상세

DrawVideoClips() 공개 메소드

public DrawVideoClips ( IVidkaOpContext context, ImageCacheManager imageMan ) : System
context IVidkaOpContext
imageMan ImageCacheManager
리턴 System

Paint() 공개 메소드

public Paint ( Graphics g, int w, int h ) : void
g System.Drawing.Graphics
w int
h int
리턴 void