ImageGear for .NET
Smooth(ImGearRasterPage,Int32,ImGearChannelRange) Method
See Also  Example Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > Smooth Method : Smooth(ImGearRasterPage,Int32,ImGearChannelRange) Method




page
Image to process.
factor
Smooth factor.
channels
Channel range to process.

Glossary Item Box

Provides smooth filtering.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
Image to process.
factor
Smooth factor.
channels
Channel range to process.

Remarks

Processes specified range of channels.

Can be applied only to the raster pages with standard (non Run-Ends) DIB.

Example

C#Copy Code
// Smooth the first channel of an image by a factor of 3.
ImGearRasterProcessing.Smooth(igRasterPage, 3, new ImGearChannelRange(0,1));
Visual BasicCopy Code
' Smooth the first channel of an image by a factor of 3.
ImGearRasterProcessing.Smooth(igRasterPage, 3, New ImGearChannelRange(0, 1))

See Also

©2013. Accusoft Corporation. All Rights Reserved.