LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Region Property (LineRemoveCommandEventArgs)

Show in webframe







Gets a LEADTOOLS Leadtools.RasterRegion representing the line to be removed.
Syntax
public RasterRegion Region {get;}
'Declaration
 
Public ReadOnly Property Region As RasterRegion
'Usage
 
Dim instance As LineRemoveCommandEventArgs
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 Leadtools.RasterRegion representing the line to be removed. It is the programmer's responsibility to dispose of this region when it is no longer needed.
Example
Refer to the LineRemoveCommandEventArgs(RasterImage, Region, int, int, int)
Requirements

Target Platforms

See Also

Reference

LineRemoveCommandEventArgs Class
LineRemoveCommandEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.