←Select platform

CropRect Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public virtual LeadRect CropRect { get; set; } 
Public Property CropRect As LeadRect 
@property (nonatomic, assign) LeadRect cropRect; 
public LeadRect getCropRect()             
public: 
property LeadRect CropRect { 
   LeadRect get(); 
} 

Property Value

A LeadRect structure representing the rectangular area to which the image will be cropped.

Example

For an example, refer to the CropCommand

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Kernel Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.