Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
Emboss Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > CanvasCommand Class : Emboss Property




Gets or sets the apparent depth of the canvas image.

Syntax

Visual Basic (Declaration) 
Public Property Emboss As Integer
Visual Basic (Usage)Copy Code
Dim instance As CanvasCommand
Dim value As Integer
 
instance.Emboss = value
 
value = instance.Emboss
C# 
public int Emboss {get; set;}
Managed Extensions for C++ 
public: __property int get_Emboss();
public: __property void set_Emboss( 
   int value
);
C++/CLI 
public:
property int Emboss {
   int get();
   void set (int value);
}

Return Value

Apparent depth of the canvas image. Valid range is from 0 to 200. When Transparency is at 100, and Emboss is 0 only the image displays. Increasing Emboss increases the apparent depth of the canvas image.

Example

Refer to CanvasCommand example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also