←Select platform

Depth Property

Summary
Gets or sets the depth of the 3D effect.
Syntax
C#
VB
Objective-C
C++
Java
public int Depth { get; set; } 
Public Property Depth As Integer 
@property (nonatomic, assign) NSUInteger depth 
public int getDepth() 
public void setDepth(int value) 
public: 
property int Depth { 
   int get(); 
   void set (    int ); 
} 

Property Value

The depth of the 3D effect. (This value is divided internally by 100). This value is used as a multiplier for the individual mask values.

Example

Refer to MaskConvolutionCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.