Blurs the current image by averaging each pixel with each of its neighboring pixels giving it an 'out of focus' appearance.
Visual Basic |
---|
Public Sub Blur() |
Note: The Blur method has an alias method called UnFocus. "Blur" is a reserved word in JavaScript and VBScript, so you must use UnFocus in those environments.