←Select platform

VignetteCommandFlags Enumeration

Summary

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

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum VignetteCommandFlags 
  
<FlagsAttribute()> 
Public Enum VignetteCommandFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class VignetteCommandFlags : 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly