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

BorderRemove Event






Handles border information that will be removed. .NET support WinRT support Silverlight support
Syntax
public event EventHandler<BorderRemoveCommandEventArgs> BorderRemove
'Declaration
 
Public Event BorderRemove As EventHandler(Of BorderRemoveCommandEventArgs)
'Usage
 
Dim instance As BorderRemoveCommand
Dim handler As EventHandler(Of BorderRemoveCommandEventArgs)
 
AddHandler instance.BorderRemove, handler
public event EventHandler<BorderRemoveCommandEventArgs> BorderRemove
add_BorderRemove(function(sender, e))
remove_BorderRemove(function(sender, e))

Event Data

The event handler receives an argument of type BorderRemoveCommandEventArgs containing data related to this event. The following BorderRemoveCommandEventArgs properties provide information specific to this event.

PropertyDescription
Border Gets a flag that indicates which border is being processed. .NET support WinRT support Silverlight support
BoundingRectangle Gets a Leadtools.LeadRect structure that contains the bounding rectangle of the border being processed. .NET support WinRT support Silverlight support
Image Gets the RasterImage object that references the affected image. .NET support WinRT support Silverlight support
Region Gets the LEADTOOLS Leadtools.RasterRegion representing the border to be removed. .NET support WinRT support Silverlight support
Status Gets or sets the status of the border remove process. .NET support WinRT support Silverlight support
Example
Refer to BorderRemoveCommand.
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

BorderRemoveCommand Class
BorderRemoveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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