| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum VignnetCommandFlags Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum VignnetCommandFlags : Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class VignnetCommandFlags : public Enum | |
| Member | Description |
|---|---|
| Square | Use a square vignette shape. |
| Rectangle | Use a rectangular vignette shape. |
| Circle | Use a circular vignette shape. |
| Ellipse | Use an elliptical vignette shape. |
| Fillin | Use the VignetteColor property to fill the inside of the vignette object. |
| 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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags
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