←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Kernel Assembly