←Select platform

Elevation Property

Summary

Gets or sets the elevation value. The elevation describes the light source's angular position in the vertical plane.

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

Property Value

Value that represents the elevation. The valid range is between 0 to 180.

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