←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
Java
Objective-C
WinRT C#
C++
public LeadPoint[] MarkDetectedPoints { get; set; } 
Public Property MarkDetectedPoints As Leadtools.LeadPoint() 
public [Leadtools.LeadPoint[]](../l/leadpoint.md) MarkDetectedPoints {get; set;} 
@property (nonatomic, strong) NSMutableArray<NSValue *> *markDetectedPoints //LeadPoint 
public LeadPoint[] getMarkDetectedPoints() 
public void setMarkDetectedPoints(LeadPoint[] value) 
             
 <br/>get_MarkDetectedPoints();<br/>set_MarkDetectedPoints(value);<br/>Object.defineProperty('MarkDetectedPoints');  
public: 
property Leadtools.array<LeadPoint>^ MarkDetectedPoints { 
   Leadtools.array<LeadPoint>^ get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly