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


For a list of all members of this type, see LineRemoveCommandEventArgs members.

Public Properties

 NameDescription
Public PropertyImage Gets an RasterImage object that references the affected image.  
Public PropertyLength Gets the length (in pixels) of the line.  
Public PropertyRegion Gets a Windows region representing the line to be removed.  
Public PropertyStartColumn Gets the starting column of the line. The columns are zero-based.  
Public PropertyStartRow Gets the starting row of the line. The rows are zero-based.  
Public PropertyStatus Gets or sets a value that represents the status of the line remove process.  
Top

See Also