C# Class Vidka.Components.VideoShitboxDrawOps.DrawVideoHover

Inheritance: DrawOp
Afficher le fichier Open project: miktemk/VidkaEditor

Méthodes publiques

Méthode Description
DrawVideoHover ( IVidkaOpContext context, ImageCacheManager imageMan ) : System
Paint ( Graphics g, int w, int h ) : void

Method Details

DrawVideoHover() public méthode

public DrawVideoHover ( IVidkaOpContext context, ImageCacheManager imageMan ) : System
context IVidkaOpContext
imageMan ImageCacheManager
Résultat System

Paint() public méthode

public Paint ( Graphics g, int w, int h ) : void
g System.Drawing.Graphics
w int
h int
Résultat void