LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

ImageRegion Property (SmoothActivity)

Show in webframe





Gets the Leadtools.Workflow.Raster.WorkflowImage object that is updated with a shallow copy of the image that also has a region that contains the removed bumps and nicks.
Syntax
public WorkflowImage ImageRegion {get;}
'Declaration
 
Public ReadOnly Property ImageRegion As WorkflowImage
'Usage
 
Dim instance As SmoothActivity
Dim value As WorkflowImage
 
value = instance.ImageRegion

            

            
public:
property WorkflowImage^ ImageRegion {
   WorkflowImage^ get();
}

Property Value

The Leadtools.Workflow.Raster.WorkflowImage object that is updated with a shallow copy of the image that also has a region that contains the removed bumps and nicks.
Remarks
If SmoothCommandFlags.SingleRegion | SmoothCommandFlags.LeadRegion has been set in the Flags property, then when SmoothActivity returns, this property is updated with a shallow copy of the image that also has a region that contains the removed bumps and nicks. So set Flags to SmoothCommandFlags.SingleRegion | SmoothCommandFlags.LeadRegion. It is the programmer's responsibility to dispose of the region when it is no longer needed.
Requirements

Target Platforms

See Also

Reference

SmoothActivity Class
SmoothActivity Members

 

 


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