←Select platform

Direction Property

Summary

Gets a value that indicates whether the element being smoothed is vertical or horizontal.

Syntax
C#
VB
Objective-C
C++
Java
public SmoothCommandDirectionType Direction { get; } 
Public ReadOnly Property Direction As SmoothCommandDirectionType 
@property (nonatomic, assign, readonly) LTSmoothCommandDirectionType direction 
public SmoothCommandDirectionType getDirection() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly