LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Elevation Property

Show in webframe







Gets or sets the elevation value. The elevation describes the light source's angular position in the vertical plane.
Syntax
public int Elevation {get; set;}
'Declaration
 
Public Property Elevation As Integer
'Usage
 
Dim instance As BumpMapCommand
Dim value As Integer
 
instance.Elevation = value
 
value = instance.Elevation
public int Elevation {get; set;}

            

            
 
get_Elevation();
set_Elevation(value);
Object.defineProperty('Elevation');
public:
property int Elevation {
   int get();
   void set (    int value);
}

Property Value

Value that represents the elevation. The valid range is between 0 to 180.
Example
Refer to BumpMapCommand.
Requirements

Target Platforms

See Also

Reference

BumpMapCommand Class
BumpMapCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.