Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

MakeRegionEmpty Method








Removes the region from the image and frees the memory used for the region.
Syntax
public void MakeRegionEmpty()
'Declaration
 
Public Sub MakeRegionEmpty() 
'Usage
 
Dim instance As RasterImage
 
instance.MakeRegionEmpty()
public void MakeRegionEmpty()
- (void)makeRegionEmpty
public void makeRegionEmpty()
 function Leadtools.RasterImage.MakeRegionEmpty()
public:
void MakeRegionEmpty(); 
Example
For an example, refer to HasRegion.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file