←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
WinRT C#
C++
public int Elevation { get; set; } 
  
Public Property Elevation As Integer 
public int Elevation {get; set;} 
  
get_Elevation(); 
set_Elevation(value); 
Object.defineProperty('Elevation');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly