Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 ConstructorBorderRemoveCommandEventArgs Constructor Initializes a new BorderRemoveCommand class object with explicit parameters.  
Top

Public Properties

 NameDescription
Public PropertyBorder (Read only) Gets a flag that indicates which border is being processed.  
Public PropertyBoundingRectangle (Read only) Gets a Rectangle structure that contains the bounding rectangle of the border being processed.  
Public PropertyImage (Read only) Gets the RasterImage object that references the affected image.  
Public PropertyRegion (Read only) Gets the Windows region representing the border to be removed.  
Public PropertyStatus Gets or sets the status of the border remove process.  
Top

See Also