←Select platform

Length Property (SmoothCommand)

Summary

Gets or sets the length of the bump (or nick) to remove (or fill). All bumps and nicks less than or equal to this size are processed. This value is in pixels.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Length {get; set;}
Public Property Length As Integer
public int Length {get; set;}
@property (nonatomic, assign) NSInteger length
public int getLength() 
public void setLength(int value) 
get_Length(); 
set_Length(value); 
Object.defineProperty('Length'); 
public: 
property int Length { 
   int get(); 
   void set (    int ); 
} 

Property Value

Length of the bump (or nick) to remove (or fill). All bumps and nicks less than or equal to this size are processed. This value is in pixels.

Example

Refer to SmoothCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize