←Select platform

Depth Property

Summary

Gets or sets a value that represents the apparent depth of the bump three-dimensional effect.

Syntax
C#
VB
C++
public int Depth { get; set; } 
  
Public Property Depth As Integer 
public: 
property int Depth { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the apparent depth of this three-dimensional effect. This property only accepts positive values.

Example

Refer to BumpMapCommand.

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