Leadtools.ImageProcessing.Core Namespace > BorderRemoveCommand Class : BorderRemove Event |
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))
public: event EventHandler<BorderRemoveCommandEventArgs^>^ BorderRemove
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.
Property | Description |
---|---|
Border | Gets a flag that indicates which border is being processed. |
BoundingRectangle | Gets a Leadtools.LeadRect structure that contains the bounding rectangle of the border being processed. |
Image | Gets the RasterImage object that references the affected image. |
Region | Gets the LEADTOOLS Leadtools.RasterRegion representing the border to be removed. |
Status | Gets or sets the status of the border remove process. |
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