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

Show in webframe

Direction Property








Gets or sets a value that represents the direction of the apparent light source.
Syntax
public EmbossCommandDirection Direction {get; set;}
'Declaration
 
Public Property Direction As EmbossCommandDirection
'Usage
 
Dim instance As EmbossCommand
Dim value As EmbossCommandDirection
 
instance.Direction = value
 
value = instance.Direction
public EmbossCommandDirection Direction {get; set;}
@property (nonatomic, assign) LTEmbossCommandDirection direction
public EmbossCommandDirection getDirection()
public void setDirection(EmbossCommandDirection value)
            
 <br/>get_Direction();<br/>set_Direction(value);<br/>Object.defineProperty('Direction'); 
public:
property EmbossCommandDirection Direction {
   EmbossCommandDirection get();
   void set (    EmbossCommandDirection value);
}

Property Value

Value that represents the direction of the apparent light source.
Example
Refer to EmbossCommand.
Requirements

Target Platforms

See Also

Reference

EmbossCommand Class
EmbossCommand Members

Error processing SSI file