LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Angle Property (DrawStarCommand)

Show in webframe







Gets or sets the angle to rotate the star.
Syntax
public int Angle {get; set;}
'Declaration
 
Public Property Angle As Integer
'Usage
 
Dim instance As DrawStarCommand
Dim value As Integer
 
instance.Angle = value
 
value = instance.Angle
public int Angle {get; set;}

            

            
 
get_Angle();
set_Angle(value);
Object.defineProperty('Angle');
public:
property int Angle {
   int get();
   void set (    int value);
}

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

See Also

Reference

DrawStarCommand Class
DrawStarCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.