Gets the handle to a windows region.
public RasterRegion Region { get; }
Public ReadOnly Property Region As RasterRegion
@property (nonatomic, strong, readonly, nullable) LTRasterRegion *region
public RasterRegion getRegion()
public:
property RasterRegion^ Region {
RasterRegion^ get();
}
Handle to a windows region.
When SmoothCommand returns, this property is updated with a single windows region corresponding to all changes, only if SmoothCommandFlags.SIngleRegion has been set in Flags and SmoothCommandFlags.LeadRegion has not been set. To use this, set the Flags property to SmoothCommandFlags.SingleRegion. It is the programmer's responsibility to dispose of this region when the region is no longer needed.
Refer to Leadtools.ImageProcessing.Effectts.SmoothCommand.SmoothCommand(SmoothCommandFlags,int)
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document