LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Rectangle Property (SearchRegistrationMarksCommandData)

Show in webframe







Gets or sets a rectangle structure that contains the area to be searched for registration marks (in pixels).
Syntax
public LeadRect Rectangle {get; set;}
'Declaration
 
Public Property Rectangle As LeadRect
'Usage
 
Dim instance As SearchRegistrationMarksCommandData
Dim value As LeadRect
 
instance.Rectangle = value
 
value = instance.Rectangle
public LeadRect Rectangle {get; set;}
@property (nonatomic, assign) LeadRect rectangle;
public LeadRect getRectangle()
public void setRectangle(LeadRect value)
            
 
get_Rectangle();
set_Rectangle(value);
Object.defineProperty('Rectangle');
public:
property LeadRect Rectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

The area to be searched for registration marks (in pixels).
Remarks
For more information, refer to Detecting Registration Marks.
Example
Refer to SearchRegistrationMarksCommand.
Requirements

Target Platforms

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.