←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
C++
public int HighLightAngle { get; set; } 
  
Public Property HighLightAngle As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly