|
Add Emboss effect on image.
Public Function Emboss( _ ByVal iValue As Integer, _ ByVal iDirection As Integer, _ )
|
Parameter
iValue the value of emboss.
iDirection 0 -North 1 -North-East 2 -East 3 -South-East 4 -South 5 -South-West 6 -West 7 -North-West
No Return Value
Example
|
Visual Basic Syntax ImageViewer1.FileName ="c:\1.jpg" ImageViewer1.Emboss 3 ,0
|
|
|