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

Show in webframe

Region Property (BorderRemoveCommandEventArgs)








Gets the LEADTOOLS RasterRegion representing the border to be removed.
Syntax
public RasterRegion Region {get;}
'Declaration
 
Public ReadOnly Property Region As RasterRegion
'Usage
 
Dim instance As BorderRemoveCommandEventArgs
Dim value As RasterRegion
 
value = instance.Region
public RasterRegion Region {get;}
@property (nonatomic, strong, readonly) LTRasterRegion *region
public RasterRegion getRegion()
 get_Region(); 
public:
property RasterRegion^ Region {
   RasterRegion^ get();
}

Property Value

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.
Example
Refer to BorderRemoveCommand(BorderRemoveCommandFlags , BorderRemoveBorderFlags, int, int, int).
Requirements

Target Platforms

See Also

Reference

BorderRemoveCommandEventArgs Class
BorderRemoveCommandEventArgs Members

Error processing SSI file