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 Members
See Also  Properties 
Leadtools.ImageProcessing.Core Namespace : LineRemoveCommandEventArgs Class

The following tables list the members exposed by LineRemoveCommandEventArgs.

Public Constructors

 NameDescription
public Constructor LineRemoveCommandEventArgs ConstructorInitializes a new LineRemoveCommand with explicit parameters. Supported in Silverlight, Windows Phone 7  
Top

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