[FlagsAttribute()]
public enum VignetteCommandFlags
[FlagsAttribute()]
public enum class VignetteCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class VignetteCommandFlags(Enum):
Square = 0
Square = 0
Fillin, Rectangle = 1
Fillin, Circle = 2
Fillin, Ellipse = 3
Fillin, FillOut = 16
Value | Member | Description |
---|---|---|
0x00000000 | Fillin | Use the VignetteColor property to fill the inside of the vignette object. |
0x00000000 | Square | Use a square vignette shape. |
0x00000001 | Rectangle | Use a rectangular vignette shape. |
0x00000002 | Circle | Use a circular vignette shape. |
0x00000003 | Ellipse | Use an elliptical vignette shape. |
0x00000010 | FillOut | Use the VignetteColor property to fill the outside of the vignette object. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Drawing Shape | Square, Rectangle, Circle, Ellipse |
Color Filling | Fillin, FillOut |
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