Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BorderRemoveCommandEventArgs Constructor (BorderRemoveCommandEventArgs)








RasterImage object that references the affected image
LEADTOOLS RasterRegion representing the border to be removed. It is the programmer's responsibility to dispose of this region when it is no longer needed.
Flag that indicates which border is being processed.
Rectangle object that contains the bounding rectangle of the border being processed.
Initializes a new BorderRemoveCommand class object with explicit parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal image As RasterImage, _
   ByVal region As RasterRegion, _
   ByVal border As BorderRemoveBorderFlags, _
   ByVal boundingRectangle As LeadRect _
)
'Usage
 
Dim image As RasterImage
Dim region As RasterRegion
Dim border As BorderRemoveBorderFlags
Dim boundingRectangle As LeadRect
 
Dim instance As New BorderRemoveCommandEventArgs(image, region, border, boundingRectangle)
public BorderRemoveCommandEvent(
   Object source, 
   RasterImage image, 
   RasterRegion region, 
   int border, 
   LeadRect boundingRectangle
)
            
function BorderRemoveCommandEventArgs( 
   image ,
   region ,
   border ,
   boundingRectangle 
)

Parameters

image
RasterImage object that references the affected image
region
LEADTOOLS RasterRegion representing the border to be removed. It is the programmer's responsibility to dispose of this region when it is no longer needed.
border
Flag that indicates which border is being processed.
boundingRectangle
Rectangle object that contains the bounding rectangle of the border being processed.
Example
Refer to BorderRemoveCommand(BorderRemoveCommandFlags , BorderRemoveBorderFlags, int, int, int).
Requirements

Target Platforms

See Also

Reference

BorderRemoveCommandEventArgs Class
BorderRemoveCommandEventArgs Members

Error processing SSI file