Copyright © 2008-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.

 

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.