ImageGear .NET - Updated
Smooth(ImGearRasterPage,Int32) Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > Smooth Method : Smooth(ImGearRasterPage,Int32) Method
Page to process.
Smooth factor.
Provides smooth filtering.
Syntax
'Declaration
 
Public Overloads Shared Sub Smooth( _
   ByVal page As ImGearRasterPage, _
   ByVal factor As Integer _
) 
'Usage
 
Dim page As ImGearRasterPage
Dim factor As Integer
 
ImGearRasterProcessing.Smooth(page, factor)
public static void Smooth( 
   ImGearRasterPage page,
   int factor
)
public: static void Smooth( 
   ImGearRasterPage* page,
   int factor
) 
public:
static void Smooth( 
   ImGearRasterPage^ page,
   int factor
) 

Parameters

page
Page to process.
factor
Smooth factor.
Remarks
This method processes color channels only.

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

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List
ImGearRasterPage Class