C# Class Vidka.Components.VideoShitboxDrawOps.DrawVideoAudioLinkage

Inheritance: DrawOp
Show file Open project: miktemk/VidkaEditor

Public Properties

Property Type Description
penTarget System.Drawing.Pen
penVideoAudioLinkageBad System.Drawing.Pen
penVideoAudioLinkageGood System.Drawing.Pen

Public Methods

Method Description
DrawVideoAudioLinkage ( IVidkaOpContext context, ImageCacheManager imageMan ) : System
Paint ( Graphics g, int w, int h ) : void

Private Methods

Method Description
drawTarget ( Graphics g, int x, int y ) : void

Method Details

DrawVideoAudioLinkage() public method

public DrawVideoAudioLinkage ( IVidkaOpContext context, ImageCacheManager imageMan ) : System
context IVidkaOpContext
imageMan ImageCacheManager
return System

Paint() public method

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

Property Details

penTarget public static property

public static Pen,System.Drawing penTarget
return System.Drawing.Pen

penVideoAudioLinkageBad public static property

public static Pen,System.Drawing penVideoAudioLinkageBad
return System.Drawing.Pen

penVideoAudioLinkageGood public static property

public static Pen,System.Drawing penVideoAudioLinkageGood
return System.Drawing.Pen