←Select platform

CropCommand Constructor(LeadRect)

Summary

Initializes a new instance of the CropCommand class with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal rect As LeadRect _ 
) 
- (instancetype)initWithRectangle:(LeadRect)rect 
public CropCommand(LeadRect rect) 
public: 
CropCommand(  
   LeadRect rect 
) 

Parameters

rect
A LeadRect 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