Flags that indicate the direction of the rays.
| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum DrawStarCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DrawStarCommandFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum DrawStarCommandFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class DrawStarCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Inner | The rays fill the star outward from the center. This flag can only be used with Outside. |
| Inside | The rays are directed toward the center of the star. |
| Outside | The rays are directed out from the center of the star. |
You can use a bitwise OR (|) to specify one flag from each group.
| Group | Flags |
| Rays direction | Inside, Outside |
| Fill rays | Inner |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code