←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
Java
Objective-C
WinRT C#
C++
public LeadRect Rectangle { get; set; } 
Public Property Rectangle As Leadtools.LeadRect 
public Leadtools.LeadRect Rectangle {get; set;} 
@property (nonatomic, assign) LeadRect rectangle 
public LeadRect getRectangle() 
public void setRectangle(LeadRect value) 
             
 <br/>get_Rectangle();<br/>set_Rectangle(value);<br/>Object.defineProperty('Rectangle');  
public: 
property Leadtools.LeadRect Rectangle { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly