LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Direction Property

Show in webframe







Gets a value that indicates whether the element being smoothed is vertical or horizontal.
Syntax
public SmoothCommandDirectionType Direction {get;}
'Declaration
 
Public ReadOnly Property Direction As SmoothCommandDirectionType
'Usage
 
Dim instance As SmoothCommandEventArgs
Dim value As SmoothCommandDirectionType
 
value = instance.Direction
public SmoothCommandDirectionType Direction {get;}
@property (nonatomic, assign, readonly) LTSmoothCommandDirectionType direction;
public SmoothCommandDirectionType getDirection()
 get_Direction(); 
public:
property SmoothCommandDirectionType Direction {
   SmoothCommandDirectionType get();
}

Property Value

Enumerator that indicates whether the element being smoothed is vertical or horizontal.
Example
Refer to SmoothCommand.
Requirements

Target Platforms

See Also

Reference

SmoothCommandEventArgs Class
SmoothCommandEventArgs Members

 

 


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