LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BorderRemoveCommandEventArgs Class Members
See Also  Properties 
Leadtools.ImageProcessing.Core Namespace : BorderRemoveCommandEventArgs Class

The following tables list the members exposed by BorderRemoveCommandEventArgs.

Public Constructors

 NameDescription
public Constructor BorderRemoveCommandEventArgs ConstructorInitializes a new BorderRemoveCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property Border(Read only) Gets a flag that indicates which border is being processed. Supported in Silverlight, Windows Phone 7  
public Property BoundingRectangle(Read only) Gets a Leadtools.LeadRect structure that contains the bounding rectangle of the border being processed. Supported in Silverlight, Windows Phone 7  
public Property Image(Read only) Gets the RasterImage object that references the affected image. Supported in Silverlight, Windows Phone 7  
public Property Region(Read only) Gets the LEADTOOLS Leadtools.RasterRegion representing the border to be removed. Supported in Silverlight, Windows Phone 7  
public Property StatusGets or sets the status of the border remove process. Supported in Silverlight, Windows Phone 7  
Top

See Also