←Select platform

CropImage Method

Summary

Crops the image, resulting in an image that is the size of the specified rectangle.

Syntax
C#
VB
C++
public void CropImage( 
   CropRequest request, 
   RasterImage image 
) 
Public Sub CropImage( 
   ByVal request As CropRequest, 
   ByVal image As RasterImage 
) 
public:  
   void CropImage( 
      CropRequest^ request, 
      RasterImage^ image 
   ) 

Parameters

request

Request containing the image processing parameters.

image

Image to be processed.

Return Value

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly