←Select platform

Flags Property

Summary

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

Syntax
C#
VB
C++
public VignetteCommandFlags Flags { get; set; } 
  
Public Property Flags As VignetteCommandFlags 
public: 
property VignetteCommandFlags Flags { 
   VignetteCommandFlags get(); 
   void set (    VignetteCommandFlags ); 
} 

Property Value

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

Example

Refer to VignetteCommand example.

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