Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
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 ConstructorSearchRegistrationMarksCommandData ConstructorOverloaded.  Initializes a new SearchRegistrationMarksCommandData object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyData Gets or sets the data array.  
Public PropertyDataPointer (Read only) Gets data pointer.  
Public PropertyDataSize (Read only) Gets the size of data pointer.  
Public Propertystatic (Shared in Visual Basic)Empty (Read only) Gets an Empty class.  
Public PropertyHeight Gets or sets the registration mark height, in pixels.  
Public PropertyMarkDetectedCount Gets or sets the number of detected registration marks inside the search area.  
Public PropertyMarkDetectedPoints Gets or sets an array which will be filled with the location points of the detected registration marks.  
Public PropertyMaximumScale Gets or sets the maximum registration mark scale to be detected.  
Public PropertyMinimumScale Gets or sets the minimum registration mark scale to be detected.  
Public PropertyRectangle Gets or sets a Rectangle structure that contains the area to be searched for registration marks (in pixels).  
Public PropertySearchMarkCount Gets or sets the number of registration marks expected inside the search area.  
Public PropertyType Gets or sets a value that represents the registration mark type.  
Public PropertyWidth Gets or sets the registration mark width, in pixels.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Releases all resources used by the SearchRegistrationMarksCommandData.  
Public MethodSetDataPointer Sets the data pointer.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Destructor of the SearchRegistrationMarksCommandData class.  
Top

See Also