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

<< FrameFilter

This site is part of The Imaging Source Network. Other sites include Company Portal, Image Processing, Astronomy Cameras, Astronomy Cameras Blog, Blog caméras d'astronomie, Astronomy Cameras Competition, TX Text Control, TX Text Control Blog and Forums.