LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Direction Property

Show in webframe







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)
            
 
get_Direction();
set_Direction(value);
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

 

 


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