←Select platform

BorderRemoveCommandEventArgs Constructor

Summary

Initializes a new BorderRemoveCommand class object with explicit parameters.

Syntax

C#
VB
Java
WinRT C#
C++
public BorderRemoveCommandEvent( 
   Object source,  
   RasterImage image,  
   RasterRegion region,  
   int border,  
   LeadRect boundingRectangle 
) 
             
function BorderRemoveCommandEventArgs(  
   image , 
   region , 
   border , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly