
FrameFilter.Parameter Property |
||
| Sets or gets the value of a parameter. | ||
| Syntax: | Public Parameter As Variant |
|
| Remarks: | A list containing the names of the available parameters can be retrieved from FrameFilter.AvailableParameters. |
|
| Example: | The following example shows how to set the parameters of the Rotate Flip Filter. Please not that the access to the Parameter properties is enclosed in BeginParameterTransfer and EndParameterTransfer. filter.BeginParameterTransfer filter.Parameter("Rotation Angle") = 180 filter.Parameter("Flip H") = False filter.Parameter("Flip V") = False filter.EndParameterTransfer |
|
| See also: | FrameFilter, FrameFilter.AvailableParameters, FrameFilter.BeginParameterTransfer, FrameFilter.EndParameterTransfer | |