←Select platform

Length Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Length { get; } 
Public ReadOnly Property Length As Integer 
public int Length {get;} 
@property (nonatomic, assign, readonly) NSInteger length 
public int getLength() 
 get_Length();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly