You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Effects and Filters > FxEmbossMore > FxEmbossMore Method (Integer, Color)
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.FxEmbossMore Method (Integer, Color)

Performs emboss more effect specifying a background color on a GdPicture image or into an area of a GdPicture image defined by SetROI() function.

C#
public GdPictureStatus FxEmbossMore(
    int ImageID, 
    Color BackColor
);
Visual Basic
Public Function FxEmbossMore(
    ByVal ImageID As Integer, 
    ByVal BackColor As Color
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
BackColor 
Color Object. You can build a Color Object using the ARGB() function. Color of the background.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.