LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

MarkDetectedPoints Property






Gets or sets an array which will be filled with the location points of the detected registration marks. .NET support WinRT support
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;}
 get_MarkDetectedPoints();
set_MarkDetectedPoints(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.