GdPicture image identifier.
Color of the background. A suitable color value can be obtained by using the ARGB() method.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / FxEmbossMore Method / FxEmbossMore(Int32,GdPictureColor) Method

FxEmbossMore(Int32,GdPictureColor) Method

In This Topic
Performs emboss more effect specifying a background color on a GdPicture image or on an area of a GdPicture image defined by SetROI() method. Same as emboss effect but to more of a degree.
Syntax
'Declaration

 

Public Overloads Function FxEmbossMore( _

   ByVal ImageID As Integer, _

   ByVal BackColor As GdPictureColor _

) As GdPictureStatus
public GdPictureStatus FxEmbossMore( 

   int ImageID,

   GdPictureColor BackColor

)
public function FxEmbossMore( 

    ImageID: Integer;

    BackColor: GdPictureColor

): GdPictureStatus; 
public function FxEmbossMore( 

   ImageID : int,

   BackColor : GdPictureColor

) : GdPictureStatus;
public: GdPictureStatus FxEmbossMore( 

   int ImageID,

   GdPictureColor BackColor

) 
public:

GdPictureStatus FxEmbossMore( 

   int ImageID,

   GdPictureColor BackColor

) 

Parameters

ImageID
GdPicture image identifier.
BackColor
Color of the background. A suitable color value can be obtained by using the ARGB() method.

Return Value

A member of the GdPictureStatus enumeration.
See Also