←Select platform

Emboss Property

Summary

Gets or sets the apparent depth of the canvas image.

Syntax
C#
VB
C++
public int Emboss { get; set; } 
  
Public Property Emboss As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly