←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#
C++/CLI
Python
[FlagsAttribute()] 
public enum VignetteCommandFlags 
[FlagsAttribute()] 
public enum class VignetteCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class VignetteCommandFlags(Enum): 
   Square = 0 
   Square = 0 
   Fillin, Rectangle = 1 
   Fillin, Circle = 2 
   Fillin, Ellipse = 3 
   Fillin, FillOut = 16 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.