LEADTOOLS (Leadtools assembly)

CropCommand Constructor(LeadRect)

Show in webframe







The rectangle area to which the image will be cropped.
Initializes a new instance of the CopyDataCommand class with explicit parameters.
Syntax
public CropCommand( 
   LeadRect rc
)
'Declaration
 
Public Function New( _
   ByVal rc As LeadRect _
)
'Usage
 
Dim rc As LeadRect
 
Dim instance As New CropCommand(rc)
public CropCommand( 
   LeadRect rc
)
-(id)initWithRectangle:(LeadRect)rectangle;
public CropCommand(LeadRect rc)
function CropCommand( 
   rc 
)
public:
CropCommand( 
   LeadRect rc
)

Parameters

rc
The rectangle area to which the image will be cropped.
Remarks

For more information, refer to Introduction to Image Processing With LEADTOOLS.

Example
For an example, refer to CropCommand.
Requirements

Target Platforms

See Also

Reference

CropCommand Class
CropCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.