LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Emboss Property






Gets or sets the apparent depth of the canvas image. .NET support WinRT support
Syntax
public int Emboss {get; set;}
'Declaration
 
Public Property Emboss As Integer
'Usage
 
Dim instance As CanvasCommand
Dim value As Integer
 
instance.Emboss = value
 
value = instance.Emboss
public int Emboss {get; set;}
 get_Emboss();
set_Emboss(value);
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
Refer to CanvasCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CanvasCommand Class
CanvasCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.