GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / FxEngraveMore Method / FxEngraveMore(Int32,GdPictureColor) Method
GdPicture image identifier.
Background color. A suitable color value can be obtained by using the ARGB() method.





In This Topic
FxEngraveMore(Int32,GdPictureColor) Method
In This Topic
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.
Syntax
'Declaration
 
Public Overloads Function FxEngraveMore( _
   ByVal ImageID As Integer, _
   ByVal BackColor As GdPictureColor _
) As GdPictureStatus
public GdPictureStatus FxEngraveMore( 
   int ImageID,
   GdPictureColor BackColor
)
public function FxEngraveMore( 
    ImageID: Integer;
    BackColor: GdPictureColor
): GdPictureStatus; 
public function FxEngraveMore( 
   ImageID : int,
   BackColor : GdPictureColor
) : GdPictureStatus;
public: GdPictureStatus FxEngraveMore( 
   int ImageID,
   GdPictureColor BackColor
) 
public:
GdPictureStatus FxEngraveMore( 
   int ImageID,
   GdPictureColor BackColor
) 

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.
See Also