←Select platform

Flags Property

Summary

Gets or sets flags that indicate the function to apply to the image.

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

Property Value

Value that indicates the function to apply to the image. For a list of available flags, refer to FunctionalLightCommandFlags.

Example

Refer to FunctionalLightCommand.

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