LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SearchRegistrationMarksCommandData Class Members
See Also  Properties  Methods 
Leadtools.ImageProcessing.Core Namespace : SearchRegistrationMarksCommandData Class

The following tables list the members exposed by SearchRegistrationMarksCommandData.

Public Constructors

 NameDescription
public Constructor SearchRegistrationMarksCommandData ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property DataGets or sets the data array.  
public Property DataPointer(Read only) Gets data pointer.  
public Property DataSize(Read only) Gets the size of data pointer.  
public Property HeightGets or sets the registration mark height, in pixels.  
public Property MarkDetectedCountGets or sets the number of detected registration marks inside the search area.  
public Property MarkDetectedPointsGets or sets an array which will be filled with the location points of the detected registration marks.  
public Property MaximumScaleGets or sets the maximum registration mark scale to be detected.  
public Property MinimumScaleGets or sets the minimum registration mark scale to be detected.  
public Property RectangleGets or sets a rectangle structure that contains the area to be searched for registration marks (in pixels).  
public Property SearchMarkCountGets or sets the number of registration marks expected inside the search area.  
public Property TypeGets or sets a value that represents the registration mark type.  
public Property WidthGets or sets the registration mark width, in pixels.  
Top

Public Methods

 NameDescription
public Method DisposeOverloaded. Releases all resources used by the SearchRegistrationMarksCommandData.  
public Method SetDataPointerSets the data pointer.  
Top

Protected Methods

 NameDescription
protected Method FinalizeDestructor of the SearchRegistrationMarksCommandData class.  
Top

See Also