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





In This Topic
FxEngraveMore(Int32,Color) 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 Color _
) As GdPictureStatus
public GdPictureStatus FxEngraveMore( 
   int ImageID,
   Color BackColor
)
public function FxEngraveMore( 
    ImageID: Integer;
    BackColor: Color
): GdPictureStatus; 
public function FxEngraveMore( 
   ImageID : int,
   BackColor : Color
) : GdPictureStatus;
public: GdPictureStatus FxEngraveMore( 
   int ImageID,
   Color BackColor
) 
public:
GdPictureStatus FxEngraveMore( 
   int ImageID,
   Color 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