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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Region Property (DotRemoveCommandEventArgs)








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

Property Value

LEADTOOLS RasterRegion representing the dot to be removed. It is the programmer's responsibility to dispose of this region when it is no longer needed.
Example
Refer to DotRemoveCommandEventArgs(RasterImage,Region,LeadRect,int,int)
Requirements

Target Platforms

See Also

Reference

DotRemoveCommandEventArgs Class
DotRemoveCommandEventArgs Members

Error processing SSI file