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

Show in webframe

Flags Property (FreeHandShearCommand)








Flags that indicate how to handle exposed areas, and the direction of the shear wave.
Syntax
public FreeHandShearCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As FreeHandShearCommandFlags
'Usage
 
Dim instance As FreeHandShearCommand
Dim value As FreeHandShearCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public FreeHandShearCommandFlags Flags {get; set;}

            

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

Property Value

Values that indicate how to handle exposed areas, and the direction of the shear wave.
Example
Refer to FreeHandShearCommand.
Requirements

Target Platforms

See Also

Reference

FreeHandShearCommand Class
FreeHandShearCommand Members

Error processing SSI file