←Select platform

Phase Property

Summary

Gets or sets the angle to shift the star's rays.

Syntax

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

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

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