LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

VignnetCommandFlags Enumeration

Show in webframe







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
'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 = {
Square = 0x00000000, Fillin = 0x00000000, Rectangle = 0x00000001, Circle = 0x00000002, Ellipse = 0x00000003, FillOut = 0x00000010, };
[FlagsAttribute()]
public enum class VignnetCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000SquareUse a square vignette shape.
0x00000000FillinUse the VignetteColor property to fill the inside of the vignette object.
0x00000001RectangleUse a rectangular vignette shape.
0x00000002CircleUse a circular vignette shape.
0x00000003EllipseUse an elliptical vignette shape.
0x00000010FillOutUse 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

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.