Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage) Copy Code
Dim instance As VignnetCommandFlags
C#  
[FlagsAttribute()]
public enum VignnetCommandFlags : Enum 
C++/CLI  
[FlagsAttribute()]
public enum class VignnetCommandFlags : public Enum 

Members

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.

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also