←Select platform

Rectangle Property

Summary
Gets or sets a rectangle structure that contains the area to be searched for registration marks (in pixels).
Syntax
C#
VB
Objective-C
C++
Java
public LeadRect Rectangle { get; set; } 
Public Property Rectangle As LeadRect 
@property (nonatomic, assign) LeadRect rectangle 
public LeadRect getRectangle() 
public void setRectangle(LeadRect value) 
public: 
property LeadRect Rectangle { 
   LeadRect get(); 
   void set (    LeadRect ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.