LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MarkDetectedPoints Property

Show in webframe







Gets or sets an array which will be filled with the location points of the detected registration marks.
Syntax
public LeadPoint[] MarkDetectedPoints {get; set;}
'Declaration
 
Public Property MarkDetectedPoints As LeadPoint()
'Usage
 
Dim instance As SearchRegistrationMarksCommandData
Dim value() As LeadPoint
 
instance.MarkDetectedPoints = value
 
value = instance.MarkDetectedPoints
public LeadPoint[] MarkDetectedPoints {get; set;}
@property (nonatomic, strong) NSMutableArray* markDetectedPoints;
public LeadPoint[] getMarkDetectedPoints()
public void setMarkDetectedPoints(LeadPoint[] value)
            
 
get_MarkDetectedPoints();
set_MarkDetectedPoints(value);
Object.defineProperty('MarkDetectedPoints');
public:
property array<LeadPoint>^ MarkDetectedPoints {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

Property Value

Array which will be filled with the location points of the detected registration marks. SearchRegistrationMarksCommand will fill the first MarkDetectedCount elements in this array.
Remarks
For more information, refer to Detecting Registration Marks.
Example
Refer to SearchRegistrationMarksCommand.
Requirements

Target Platforms

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

 

 


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