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

LineRemove Event






Optional delegate method for additional processing. .NET support WinRT support Silverlight support
Syntax
'Declaration
 
Public Event LineRemove As EventHandler(Of LineRemoveCommandEventArgs)
'Usage
 
Dim instance As LineRemoveCommand
Dim handler As EventHandler(Of LineRemoveCommandEventArgs)
 
AddHandler instance.LineRemove, handler
add_LineRemove(function(sender, e))
remove_LineRemove(function(sender, e))

Event Data

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

PropertyDescription
Image Gets an Leadtools.RasterImage object that references the affected image. .NET support WinRT support Silverlight support
Length Gets the length (in pixels) of the line. .NET support WinRT support Silverlight support
Region Gets a LEADTOOLS Leadtools.RasterRegion representing the line to be removed. .NET support WinRT support Silverlight support
StartColumn Gets the starting column of the line. The columns are zero-based. .NET support WinRT support Silverlight support
StartRow Gets the starting row of the line. The rows are zero-based. .NET support WinRT support Silverlight support
Status Gets or sets a value that represents the status of the line remove process. .NET support WinRT support Silverlight support
Example
Refer to LineRemoveCommand.
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

LineRemoveCommand Class
LineRemoveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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