Flags that indicate the direction of the rays.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DrawStarCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 |
Member | Description |
---|---|
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. |
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family