'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. Allowed values are from 0 to 4 inclusive. For any factor beyond this range a value of 4 will be used. The larger this factor, the smoother image will become.