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


The following tables list the members exposed by LineRemoveCommandEventArgs.

Public Constructors

 NameDescription
Public ConstructorLineRemoveCommandEventArgs Constructor Initializes a new LineRemoveCommand with explicit parameters.  
Top

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