Initializes a new BorderRemoveCommand class object with explicit parameters.
public BorderRemoveCommandEventArgs(
RasterImage image,
RasterRegion region,
BorderRemoveBorderFlags border,
LeadRect boundingRectangle
)
Public Function New( _
ByVal image As RasterImage, _
ByVal region As RasterRegion, _
ByVal border As BorderRemoveBorderFlags, _
ByVal boundingRectangle As LeadRect _
)
public BorderRemoveCommandEvent(
Object source,
RasterImage image,
RasterRegion region,
int border,
LeadRect boundingRectangle
)
public:
BorderRemoveCommandEventArgs(
RasterImage^ image,
RasterRegion^ region,
BorderRemoveBorderFlags border,
LeadRect boundingRectangle
)
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.
Refer to BorderRemoveCommand(BorderRemoveCommandFlags , BorderRemoveBorderFlags, int, int, int).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document