SVGFETurbulenceElementBuilder.BaseFrequency

SVGFETurbulenceElementBuilder.BaseFrequency method

Sets the base frequency for the turbulence function.

public SVGFETurbulenceElementBuilder BaseFrequency(double baseFrequencyX, 
    double? baseFrequencyY = null)
ParameterTypeDescription
baseFrequencyXDoubleThe base frequency in the X direction.
baseFrequencyYNullable`1The base frequency in the Y direction (optional).

Return Value

The current builder instance.

See Also