Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
DrawStarCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : DrawStarCommandFlags Enumeration




Flags that indicate the direction of the rays.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DrawStarCommandFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DrawStarCommandFlags
C# 
[FlagsAttribute()]
public enum DrawStarCommandFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum DrawStarCommandFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class DrawStarCommandFlags : public Enum 

Members

MemberDescription
Inside The rays are directed toward the center of the star.
Outside The rays are directed out from the center of the star.
Inner The rays fill the star outward from the center. This flag can only be used with Outside.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Rays directionInside, Outside
Fill raysInner

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also