Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Flags Property (DisplacementCommand)








Gets or sets the value that indicates the how to handle exposed areas, and the way to use the displacement map image.
Syntax
public DisplacementCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As DisplacementCommandFlags
'Usage
 
Dim instance As DisplacementCommand
Dim value As DisplacementCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public DisplacementCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTDisplacementCommandFlags flags
public int getFlags()
public void setFlags(int value)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property DisplacementCommandFlags Flags {
   DisplacementCommandFlags get();
   void set (    DisplacementCommandFlags value);
}

Property Value

Value that indicates the how to handle exposed areas, and the way to use the displacement map image.
Example
Refer to DisplacementCommand example.
Requirements

Target Platforms

See Also

Reference

DisplacementCommand Class
DisplacementCommand Members

Error processing SSI file