Click or drag to resize

IBitmapImageSmooth Method

Applies smoothing 3x3 filter to the image

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage Smooth()

Return Value

Type: IBitmapImage
A new image instance with effect applied.
See Also