Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > LineRemoveCommand Class : Region Property |
public RasterRegion Region {get;}
'Declaration
Public ReadOnly Property Region As RasterRegion
'Usage
Dim instance As LineRemoveCommand Dim value As RasterRegion value = instance.Region
public RasterRegion Region {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterRegion *region
public RasterRegion getRegion()
get_Region();
public: property RasterRegion^ Region { RasterRegion^ get(); }