←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 [Leadtools.LeadPoint[]](../l/leadpoint.html) MarkDetectedPoints {get; set;}
Public Property MarkDetectedPoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.html) MarkDetectedPoints {get; set;}
@property (nonatomic, strong) NSMutableArray<NSValue *> *markDetectedPoints //LeadPoint
public LeadPoint[] getMarkDetectedPoints() 
public void setMarkDetectedPoints(LeadPoint[] value) 
get_MarkDetectedPoints(); 
set_MarkDetectedPoints(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize