←Select platform

HighLightAngle Property

Summary

Gets or sets a value that represents the light source direction of the highlight color on the ball. This value is in hundredths of degrees (+/-).

Syntax

C#
VB
WinRT C#
C++
public int HighLightAngle { get; set; } 
  
Public Property HighLightAngle As Integer 
public int HighLightAngle {get; set;} 
  
get_HighLightAngle(); 
set_HighLightAngle(value); 
Object.defineProperty('HighLightAngle');  
public: 
property int HighLightAngle { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the light source direction of the highlight color on the ball. This value is in hundredths of degrees (+/-). A positive value will rotate the highlight color clockwise, while a negative value will rotate the highlight color counter-clockwise. Valid values range from -36000 to + 36000.

Example

Refer to ColoredBallsCommand example.

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