←Select platform

MarkDetectedPoints Property

Summary

Gets or sets an array which will be filled with the location points of the detected registration marks.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] MarkDetectedPoints { get; set; } 
Public Property MarkDetectedPoints As LeadPoint() 
@property (nonatomic, strong) NSMutableArray<NSValue *> *markDetectedPoints //LeadPoint 
public LeadPoint[] getMarkDetectedPoints() 
public void setMarkDetectedPoints(LeadPoint[] value) 
public: 
property array<LeadPoint>^ MarkDetectedPoints { 
   array<LeadPoint>^ get(); 
   void set (    array<LeadPoint>^ ); 
} 

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

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