←Select platform

Emboss Property

Summary

Gets or sets the apparent depth of the canvas image.

Syntax

C#
VB
WinRT C#
C++
public int Emboss { get; set; } 
  
Public Property Emboss As Integer 
public int Emboss {get; set;} 
  
get_Emboss(); 
set_Emboss(value); 
Object.defineProperty('Emboss');  
public: 
property int Emboss { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly