Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
DotRemoveCommandEventArgs Class Members
See Also  Properties 
Leadtools.ImageProcessing.Core Namespace : DotRemoveCommandEventArgs Class


The following tables list the members exposed by DotRemoveCommandEventArgs.

Public Constructors

 NameDescription
Public ConstructorDotRemoveCommandEventArgs Constructor Initializes a new DotRemoveCommand with explicit parameters.  
Top

Public Properties

 NameDescription
Public PropertyBlackCount Gets the total number of black pixels in the dot being processed.  
Public PropertyBoundingRectangle Gets the bounding rectangle of the dot being processed.  
Public PropertyImage Gets the RasterImage object that references the image to be modified.  
Public PropertyRegion Gets the Windows region representing the dot to be removed. It is the programmer's responsibility to dispose of this region when it is no longer needed.  
Public PropertyStatus Gets or sets a value that indicates the status of the dot removal process.  
Public PropertyWhiteCount Gets the total number of white pixels in the dot being processed.  
Top

See Also