Leadtools.ImageProcessing.Core Namespace > DotRemoveCommand Class : DotRemove Event |
public event EventHandler<DotRemoveCommandEventArgs> DotRemove
'Declaration Public Event DotRemove As EventHandler(Of DotRemoveCommandEventArgs)
'Usage Dim instance As DotRemoveCommand Dim handler As EventHandler(Of DotRemoveCommandEventArgs) AddHandler instance.DotRemove, handler
public event EventHandler<DotRemoveCommandEventArgs> DotRemove
add_DotRemove(function(sender, e)) remove_DotRemove(function(sender, e))
public: event EventHandler<DotRemoveCommandEventArgs^>^ DotRemove
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.
Property | Description |
---|---|
BlackCount | Gets the total number of black pixels in the dot being processed. |
BoundingRectangle | Gets the bounding rectangle of the dot being processed. |
Image | Gets the Leadtools.RasterImage object that references the image to be modified. |
Region | Gets the LEADTOOLS Leadtools.RasterRegion representing the dot to be removed. |
Status | Gets or sets a value that indicates the status of the dot removal process. |
WhiteCount | Gets the total number of white pixels in the dot being processed. |
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