'Declaration
Public Overloads Function FxEmbossMore( _ ByVal ImageID As Integer, _ ByVal BackColor As Color _ ) As GdPictureStatus
public GdPictureStatus FxEmbossMore( int ImageID, Color BackColor )
public function FxEmbossMore( ImageID: Integer; BackColor: Color ): GdPictureStatus;
public function FxEmbossMore( ImageID : int, BackColor : Color ) : GdPictureStatus;
public: GdPictureStatus FxEmbossMore( int ImageID, Color BackColor )
public: GdPictureStatus FxEmbossMore( int ImageID, Color 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.