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.