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

DotRemove Event






Optional delegate method for additional processing. .NET support WinRT support Silverlight support
Syntax
'Declaration
 
Public Event DotRemove As EventHandler(Of DotRemoveCommandEventArgs)
'Usage
 
Dim instance As DotRemoveCommand
Dim handler As EventHandler(Of DotRemoveCommandEventArgs)
 
AddHandler instance.DotRemove, handler
add_DotRemove(function(sender, e))
remove_DotRemove(function(sender, e))

Event Data

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

PropertyDescription
BlackCount Gets the total number of black pixels in the dot being processed. .NET support WinRT support Silverlight support
BoundingRectangle Gets the bounding rectangle of the dot being processed. .NET support WinRT support Silverlight support
Image Gets the Leadtools.RasterImage object that references the image to be modified. .NET support WinRT support Silverlight support
Region Gets the LEADTOOLS Leadtools.RasterRegion representing the dot to be removed. .NET support WinRT support Silverlight support
Status Gets or sets a value that indicates the status of the dot removal process. .NET support WinRT support Silverlight support
WhiteCount Gets the total number of white pixels in the dot being processed. .NET support WinRT support Silverlight support
Example
Refer to DotRemoveCommand.
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

DotRemoveCommand Class
DotRemoveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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