LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (FunctionalLightCommand)

Show in webframe







Gets or sets flags that indicate the function to apply to the image.
Syntax
public FunctionalLightCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As FunctionalLightCommandFlags
'Usage
 
Dim instance As FunctionalLightCommand
Dim value As FunctionalLightCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public FunctionalLightCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property FunctionalLightCommandFlags Flags {
   FunctionalLightCommandFlags get();
   void set (    FunctionalLightCommandFlags value);
}

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

See Also

Reference

FunctionalLightCommand Class
FunctionalLightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.