SVGFETurbulenceElementBuilder.BaseFrequency
SVGFETurbulenceElementBuilder.BaseFrequency method
Sets the base frequency for the turbulence function.
public SVGFETurbulenceElementBuilder BaseFrequency(double baseFrequencyX,
double? baseFrequencyY = null)
| Parameter | Type | Description |
|---|---|---|
| baseFrequencyX | Double | The base frequency in the X direction. |
| baseFrequencyY | Nullable`1 | The base frequency in the Y direction (optional). |
Return Value
The current builder instance.
See Also
- class SVGFETurbulenceElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG