Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum VignnetCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As VignnetCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum VignnetCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class VignnetCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
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. |
Rectangle | Use a rectangular vignette shape. |
Square | Use a square vignette shape. |
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7