LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

pointsCount Property (CorrelationCommand)

Show in webframe







Get or set the count of points
Syntax
public uint pointsCount {get; set;}
'Declaration
 
Public Property pointsCount As UInteger
'Usage
 
Dim instance As CorrelationCommand
Dim value As UInteger
 
instance.pointsCount = value
 
value = instance.pointsCount
public uint pointsCount {get; set;}
@property (nonatomic, assign) unsigned int pointsCount;

            
 
get_pointsCount();
set_pointsCount(value);
Object.defineProperty('pointsCount_objectivec');
public:
property uint pointsCount {
   uint get();
   void set (    uint value);
}

Property Value

An System.Int32 that specifies the count of points in the array in points property
Requirements

Target Platforms

See Also

Reference

CorrelationCommand Class
CorrelationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.