←Select platform

Rectangle Property

Summary

Gets or sets the rectangle area to which the image will be cropped.

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 rectangle area to which the image will be cropped.

Example

For an example, refer to CropCommand.

Requirements

Target Platforms

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

Leadtools Assembly