LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Constructor DotRemoveCommandEventArgs ConstructorInitializes a new DotRemoveCommand with explicit parameters. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property BlackCountGets the total number of black pixels in the dot being processed. Supported in Silverlight, Windows Phone 7  
public Property BoundingRectangleGets the bounding rectangle of the dot being processed. Supported in Silverlight, Windows Phone 7  
public Property ImageGets the Leadtools.RasterImage object that references the image to be modified. Supported in Silverlight, Windows Phone 7  
public Property RegionGets the LEADTOOLS Leadtools.RasterRegion representing the dot to be removed. Supported in Silverlight, Windows Phone 7  
public Property StatusGets or sets a value that indicates the status of the dot removal process. Supported in Silverlight, Windows Phone 7  
public Property WhiteCountGets the total number of white pixels in the dot being processed. Supported in Silverlight, Windows Phone 7  
Top

See Also