←Select platform

NumberOfPoints Property

Summary
Gets a value that indicates the number of areas in the image actually found to be correlated to one or more of the listed images.
Syntax
C#
VB
Objective-C
C++
Java
public int NumberOfPoints { get; } 
Public ReadOnly Property NumberOfPoints As Integer 
@property (nonatomic, assign, readonly) NSUInteger numberOfPoints 
public int getNumberOfPoints() 
public: 
property int NumberOfPoints { 
   int get(); 
} 

Property Value

Value that indicates the number of areas in the image actually found to be correlated to one or more of the listed images.

Example

Refer to CorrelationListCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.