LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Property ImageGets an Leadtools.RasterImage object that references the affected image. Supported in Silverlight, Windows Phone 7  
public Property LengthGets the length (in pixels) of the line. Supported in Silverlight, Windows Phone 7  
public Property RegionGets a LEADTOOLS Leadtools.RasterRegion representing the line to be removed. Supported in Silverlight, Windows Phone 7  
public Property StartColumnGets the starting column of the line. The columns are zero-based. Supported in Silverlight, Windows Phone 7  
public Property StartRowGets the starting row of the line. The rows are zero-based. Supported in Silverlight, Windows Phone 7  
public Property StatusGets or sets a value that represents the status of the line remove process. Supported in Silverlight, Windows Phone 7  
Top

See Also