LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CropCommand Constructor(LeadRect)
See Also 
Leadtools.ImageProcessing Namespace > CropCommand Class > CropCommand Constructor : CropCommand Constructor(LeadRect)



rc
The rectangle area to which the image will be cropped.
Initializes a new instance of the Leadtools.ImageProcessing.CopyDataCommand class with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal rc As LeadRect _
)
Visual Basic (Usage)Copy Code
Dim rc As LeadRect
 
Dim instance As New CropCommand(rc)
C# 
public CropCommand( 
   LeadRect rc
)
C++/CLI 
public:
CropCommand( 
   LeadRect rc
)

Parameters

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

Example

For an example, refer to CropCommand.

Remarks

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also