LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

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. .NET support WinRT support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum VignnetCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As VignnetCommandFlags
[FlagsAttribute()]
public enum VignnetCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class VignnetCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.