←Select platform

Length Property

Summary

Gets the length (in pixels) of the bump or nick.

Syntax
C#
VB
Objective-C
C++
Java
public int Length { get; } 
Public ReadOnly Property Length As Integer 
@property (nonatomic, assign, readonly) NSInteger length 
public int getLength() 
public: 
property int Length { 
   int get(); 
} 

Property Value

Length (in pixels) of the bump or nick.

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