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

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

공개 메소드들

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

메소드 상세

DrawAudioClips() 공개 메소드

public DrawAudioClips ( 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