CropCommand Constructor(LeadRect)
Summary
Initializes a new instance of the CropCommand class with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
- (instancetype)initWithRectangle:(LeadRect)rect
public CropCommand(LeadRect rect)
Parameters
rect
A LeadRect to which the image will be cropped.