LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

BorderRemoveCommandEventArgs Constructor (BorderRemoveCommandEventArgs)






RasterImage object that references the affected image
LEADTOOLS 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.
Flag that indicates which border is being processed.
Rectangle object that contains the bounding rectangle of the border being processed.
Initializes a new BorderRemoveCommand class object with explicit parameters. .NET support WinRT support Silverlight support
Syntax
public BorderRemoveCommandEventArgs( 
   RasterImage image,
   RasterRegion region,
   BorderRemoveBorderFlags border,
   LeadRect boundingRectangle
)
'Declaration
 
Public Function New( _
   ByVal image As RasterImage, _
   ByVal region As RasterRegion, _
   ByVal border As BorderRemoveBorderFlags, _
   ByVal boundingRectangle As LeadRect _
)
'Usage
 
Dim image As RasterImage
Dim region As RasterRegion
Dim border As BorderRemoveBorderFlags
Dim boundingRectangle As LeadRect
 
Dim instance As New BorderRemoveCommandEventArgs(image, region, border, boundingRectangle)
public BorderRemoveCommandEventArgs( 
   RasterImage image,
   RasterRegion region,
   BorderRemoveBorderFlags border,
   LeadRect boundingRectangle
)
function BorderRemoveCommandEventArgs( 
   image ,
   region ,
   border ,
   boundingRectangle 
)
public:
BorderRemoveCommandEventArgs( 
   RasterImage^ image,
   RasterRegion^ region,
   BorderRemoveBorderFlags border,
   LeadRect boundingRectangle
)

Parameters

image
RasterImage object that references the affected image
region
LEADTOOLS 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.
Example
Refer to BorderRemoveCommand(BorderRemoveCommandFlags , BorderRemoveBorderFlags, int, int, int).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BorderRemoveCommandEventArgs Class
BorderRemoveCommandEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.