FftCommandApplyToGrid Method |
Applies the filter on an FftGrid.
Namespace:
Atalasoft.Imaging.ImageProcessing.Fft
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public abstract void ApplyToGrid(
FftGrid grid
)
Public MustOverride Sub ApplyToGrid (
grid As FftGrid
)
Parameters
- grid
- Type: Atalasoft.Imaging.ImageProcessing.FftFftGrid
The FftGrid to process.
Return Value
Type:
null (Nothing in Visual Basic)
See Also