LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DrawStarCommandFlags
C# 
[FlagsAttribute()]
public enum DrawStarCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class DrawStarCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
InnerThe rays fill the star outward from the center. This flag can only be used with Outside.
InsideThe rays are directed toward the center of the star.
OutsideThe rays are directed out from the center of the star.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Rays direction Inside, Outside
Fill rays Inner

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also