Copyright © 2011-2019 MultiMedia Soft

Effects.CurveDesigner property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property CurveDesigner As CurveDesignerMan


 

[C#]

public CurveDesignerMan CurveDesigner {get;}


 

[C++]

public: __property CurveDesignerMan* get_CurveDesigner ();


 

This property is Read-only

 

 

Remarks

The Curve Designer for the embedded Volume Automation object.

This property encapsulates the functionality of the CurveDesignerMan class.

 

IMPORTANT: The graphical visualization of the Effects.CurveDesigner property on a user interface requires the component to be instanced inside a container form.

 

For details about using the Curve Designer refer to the How to create custom volume curves tutorial.

For further details about defining a volume automation procedure refer to the How to define a volume automation procedure section.

For further details about methods related to the use of special effects refer to the EffectsMan class.