LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Phase Property (DrawStarCommand)

Show in webframe







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

            

            
 
get_Phase();
set_Phase(value);
Object.defineProperty('Phase');
public:
property int Phase {
   int get();
   void set (    int value);
}

Property Value

Angle to shift the star's rays. 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 rays clockwise, while a negative value will rotate the rays 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.