C# Class Vidka.Components.VideoShitboxDrawOps.DrawVideoAudioLinkage

Inheritance: DrawOp
Exibir arquivo 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_oe static_oe property

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

penVideoAudioLinkageBad public_oe static_oe property

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

penVideoAudioLinkageGood public_oe static_oe property

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