GdPicture image identifier.





In This Topic

FxEmbossMore(Int32) Method

In This Topic
Performs emboss more effect 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 _

) As GdPictureStatus
public GdPictureStatus FxEmbossMore( 

   int ImageID

)
public function FxEmbossMore( 

    ImageID: Integer

): GdPictureStatus; 
public function FxEmbossMore( 

   ImageID : int

) : GdPictureStatus;
public: GdPictureStatus FxEmbossMore( 

   int ImageID

) 
public:

GdPictureStatus FxEmbossMore( 

   int ImageID

) 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
This method is used in the "Image Processing" Demo.
See Also