FxEngraveMore(Int32,Color) Method
Performs engrave more effect specifying a background color on a GdPicture image or on an area of a
GdPicture image defined by SetROI() method. Same as the Engrave effect but to more of a degree.
'Declaration
Public Overloads Function FxEngraveMore( _
ByVal As Integer, _
ByVal As Color _
) As GdPictureStatus
Parameters
- ImageID
- GdPicture image identifier.
- BackColor
- Background color. A suitable color value can be obtained by using the ARGB() method.
Return Value
A member of the GdPictureStatus enumeration.