←Select platform

Rectangle Property

Summary

Rectangle object to be updated.

Syntax

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

Property Value

Rectangle variable to be updated.

Example

Refer to AutoCropRectangleCommand.

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