Accusoft.ImagXpress13.Net
Crop Method




A System.Drawing.Rectangle coordinates which represent the cropping rectangle to use.
Crops the current image to the specified size.
Syntax
'Declaration
 
Public Sub Crop( _
   ByVal cropRectangle As Rectangle _
) 
'Usage
 
Dim instance As Processor
Dim cropRectangle As Rectangle
 
instance.Crop(cropRectangle)
public void Crop( 
   Rectangle cropRectangle
)
public: void Crop( 
   Rectangle cropRectangle
) 
public:
void Crop( 
   Rectangle cropRectangle
) 

Parameters

cropRectangle
A System.Drawing.Rectangle coordinates which represent the cropping rectangle to use.
Remarks

If the area defined by the crop parameters does not fall within the boundaries of the image, the image is not cropped and ImagXpress generates a ProcessorException message.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback