←Select platform

BorderRemoveCommandEventArgs Constructor

Summary

Initializes a new BorderRemoveCommand class object with explicit parameters.

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal image As RasterImage, _ 
   ByVal region As RasterRegion, _ 
   ByVal border As BorderRemoveBorderFlags, _ 
   ByVal boundingRectangle As LeadRect _ 
) 
public BorderRemoveCommandEvent( 
   Object source,  
   RasterImage image,  
   RasterRegion region,  
   int border,  
   LeadRect boundingRectangle 
) 

Parameters

image
RasterImage object that references the affected image

region
LEADTOOLS RasterRegion representing the border to be removed. It is the programmer's responsibility to dispose of this region when it is no longer needed.

border
Flag that indicates which border is being processed.

boundingRectangle
Rectangle object that contains the bounding rectangle of the border being processed.

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.ImageProcessing.Core Assembly