←Select platform

Rectangle Property

Summary

Rectangle object to be updated.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRect Rectangle { get; } 
Public ReadOnly Property Rectangle As LeadRect 
@property (nonatomic, assign, readonly) LeadRect rectangle 
public LeadRect getRectangle() 
public: 
property LeadRect Rectangle { 
   LeadRect get(); 
} 

Property Value

Rectangle variable to be updated.

Example

Refer to AutoCropRectangleCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly