C# Class VixenModules.Effect.CustomValue.CustomValueModule

Inheritance: EffectModuleInstanceBase
Exibir arquivo Open project: sall/vixen

Private Properties

Property Type Description
UpdateAllAttributes void
UpdateCustomAttributes void

Public Methods

Method Description
CustomValueModule ( ) : System
GenerateVisualRepresentation ( Graphics g, Rectangle clipRectangle ) : void

Protected Methods

Method Description
TargetNodesChanged ( ) : void
_PreRender ( CancellationTokenSource tokenSource = null ) : void
_Render ( ) : EffectIntents

Private Methods

Method Description
UpdateAllAttributes ( ) : void
UpdateCustomAttributes ( ) : void

Method Details

CustomValueModule() public method

public CustomValueModule ( ) : System
return System

GenerateVisualRepresentation() public method

public GenerateVisualRepresentation ( Graphics g, Rectangle clipRectangle ) : void
g System.Drawing.Graphics
clipRectangle System.Drawing.Rectangle
return void

TargetNodesChanged() protected method

protected TargetNodesChanged ( ) : void
return void

_PreRender() protected method

protected _PreRender ( CancellationTokenSource tokenSource = null ) : void
tokenSource System.Threading.CancellationTokenSource
return void

_Render() protected method

protected _Render ( ) : EffectIntents
return EffectIntents