[FlagsAttribute()]
public enum DrawStarCommandFlags
[FlagsAttribute()]
public enum class DrawStarCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class DrawStarCommandFlags(Enum):
Inside = 0
Outside = 1
Inner = 16
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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document