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

Show in webframe

Region Property (SmoothCommand)








Gets the handle to a windows region.
Syntax
public RasterRegion Region {get;}
'Declaration
 
Public ReadOnly Property Region As RasterRegion
'Usage
 
Dim instance As SmoothCommand
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();
}

Property Value

Handle to a windows region.
Remarks
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.
Example
Refer to Leadtools.ImageProcessing.Effectts. SmoothCommand. SmoothCommand(SmoothCommandFlags,int)
Requirements

Target Platforms

See Also

Reference

SmoothCommand Class
SmoothCommand Members

Error processing SSI file