←Select platform

Angle Property

Summary
Gets or sets the angle to rotate the star.
Syntax
C#
VB
C++
public int Angle { get; set; } 
  
Public Property Angle As Integer 
public: 
property int Angle { 
   int get(); 
   void set (    int ); 
} 

Property Value

Angle to rotate the star. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000. A positive value will rotate the star clockwise, while a negative value will rotate the star counter-clockwise.

Example

Refer to DrawStarCommand.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.