LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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;}
C++/CLI 
public:
property int Emboss {
   int get();
   void set (    int value);
}

Property 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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also