C# Class Vidka.Components.VideoShitboxDrawOps.DrawVideoAudioAligns

Inheritance: DrawOp
Exibir arquivo Open project: miktemk/VidkaEditor

Public Properties

Property Type Description
penRenderBreakupLine System.Drawing.Pen

Public Methods

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

Method Details

DrawVideoAudioAligns() public method

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

penRenderBreakupLine public_oe static_oe property

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