C#
VB
WinRT C#
C++
Flags that indicate the direction of the rays.
[FlagsAttribute()]
public enum DrawStarCommandFlags
<FlagsAttribute()>
Public Enum DrawStarCommandFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum DrawStarCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags.prototype = {
Inside = 0x00000000,
Outside = 0x00000001,
Inner = 0x00000010,
};
[FlagsAttribute()]
public enum class DrawStarCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0x00000000 | Inside | The rays are directed toward the center of the star. |
0x00000001 | Outside | The rays are directed out from the center of the star. |
0x00000010 | 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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET