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

ImageRegion Property (BorderRemoveActivity)

Show in webframe





RasterImage object that is updated with a shallow copy of image that also has a region that contains the removed borders.
Syntax
public WorkflowImage ImageRegion {get;}
'Declaration
 
Public ReadOnly Property ImageRegion As WorkflowImage
'Usage
 
Dim instance As BorderRemoveActivity
Dim value As WorkflowImage
 
value = instance.ImageRegion

            

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

Property Value

If BorderRemoveCommandFlags.SingleRegion| BorderRemoveCommandFlags.LeadRegion have been set in Flags, then when BorderRemoveActivity returns, this is updated with a shallow copy of image that also has a region that contains the removed borders. It is the programmer's responsibility to dispose the region when it is no longer needed.
Requirements

Target Platforms

See Also

Reference

BorderRemoveActivity Class
BorderRemoveActivity Members

 

 


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