LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
VignnetCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : VignnetCommandFlags Enumeration



This enumeration contains all flags that are needed by the VignnetCommand. It includes values used to select the shape of the vignette object and the type of color filling.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum VignnetCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As VignnetCommandFlags
C# 
[FlagsAttribute()]
public enum VignnetCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class VignnetCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CircleUse a circular vignette shape.
EllipseUse an elliptical vignette shape.
FillinUse the VignetteColor property to fill the inside of the vignette object.
FillOutUse the VignetteColor property to fill the outside of the vignette object.
RectangleUse a rectangular vignette shape.
SquareUse a square vignette shape.

Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also