LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

SetRegion Method






RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify null (Nothing in Visual Basic) for this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.
A RasterRegion object to set or update into this RasterImage. If this parameter is an empty region or null (Nothing in Visual Basic), then the current region in the image will be deleted (this is the equivalent of calling MakeRegionEmpty.
The action to take regarding the existing image region, if one is defined.
Sets or updates the RasterRegion object that describes this RasterImage current region. .NET support Silverlight support WinRT support
Syntax
public void SetRegion( 
   RasterRegionXForm xform,
   RasterRegion region,
   RasterRegionCombineMode combineMode
)
'Declaration
 
Public Sub SetRegion( _
   ByVal xform As RasterRegionXForm, _
   ByVal region As RasterRegion, _
   ByVal combineMode As RasterRegionCombineMode _
) 
'Usage
 
Dim instance As RasterImage
Dim xform As RasterRegionXForm
Dim region As RasterRegion
Dim combineMode As RasterRegionCombineMode
 
instance.SetRegion(xform, region, combineMode)
public void SetRegion( 
   RasterRegionXForm xform,
   RasterRegion region,
   RasterRegionCombineMode combineMode
)
 function Leadtools.RasterImage.SetRegion( 
   xform ,
   region ,
   combineMode 
)
public:
void SetRegion( 
   RasterRegionXForm^ xform,
   RasterRegion^ region,
   RasterRegionCombineMode combineMode
) 

Parameters

xform
RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify null (Nothing in Visual Basic) for this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.
region
A RasterRegion object to set or update into this RasterImage. If this parameter is an empty region or null (Nothing in Visual Basic), then the current region in the image will be deleted (this is the equivalent of calling MakeRegionEmpty.
combineMode
The action to take regarding the existing image region, if one is defined.
Remarks

To get the RasterRegion object that describes the current image region, use GetRegion.

To update an existing region, you specify how the new region is to be combined with the existing one using the combineMode parameter. For more information, refer to RasterRegionCombineMode.

The RasterRegion class provides a platform independent representation of a region of interest in an image that can be used in any platform supported by LEADTOOLS such as GDI, GDI+, WPF and Silverlight. The RasterRegion class contains extensive methods and properties to manipulate the region data and save/load it to a byte array.

To convert a LEADTOOLS RasterRegion object to/from a device dependent region, you can use the following helper classes:

The RasterRegion class implements the System.IDisposable interface, so you must call System.IDisposable.Dispose on any region objects you create after using it.

For more information, refer to Creating a Region.

For more information, refer to Saving A Region.

For more information, refer to Working with the Existing Region.

Example
For an example, refer to RasterRegion.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.