←Select platform

VignnetCommandFlags Enumeration

Summary

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

C#
VB
WinRT C#
C++
[FlagsAttribute()] 
public enum VignnetCommandFlags 
  
<FlagsAttribute()> 
Public Enum VignnetCommandFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum VignnetCommandFlags : System.IComparable, System.IConvertible, System.IFormattable   
Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags = function() { }; 
Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags.prototype = { 
 
  Fillin = 0x00000000, 
    Square = 0x00000000, 
    Rectangle = 0x00000001, 
    Circle = 0x00000002, 
    Ellipse = 0x00000003, 
    FillOut = 0x00000010, 
     
 }; 
[FlagsAttribute()] 
public enum class VignnetCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000FillinUse the VignetteColor property to fill the inside of the vignette object.
0x00000000SquareUse a square vignette shape.
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
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly