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 UnFocus() |
Note: The Unfocus method is an alias for the Blur method. "Blur" is a reserved word in JavaScript and VBScript, so you must use UnFocus in those environments.