LEADTOOLS (Leadtools assembly)

Rectangle Property (CropCommand)

LEADTOOLS SDK Help  |  







Gets or sets the rectangle area to which the image will be cropped.
Syntax
public LeadRect Rectangle {get; set;}
public LeadRect Rectangle {get; set;}
@property (nonatomic, assign) LeadRect rectangle;
public LeadRect getRectangle()
 
get_Rectangle();
set_Rectangle(value);
Object.defineProperty('Rectangle');
public:
property LeadRect Rectangle {
   LeadRect get();
   void set (    LeadRect value);
}
'Declaration
 
Public Property Rectangle As LeadRect
 
'Usage
 
Dim instance As CropCommand
Dim value As LeadRect
 
instance.Rectangle = value
 
value = instance.Rectangle

Property Value

The rectangle area to which the image will be cropped.
Example
For an example, refer to CropCommand.
Requirements

Target Platforms

See Also

Reference

CropCommand Class
CropCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.