←Select platform

BorderRemoveCommandEventArgs Constructor (BorderRemoveCommandEventArgs)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize