LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media assembly)
LEAD Technologies, Inc

ConvertToGeometry Method






The source LEADTOOLS region. This parameter cannot be null (Nothing in Visual Basic).
Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates.
Converts a LEADTOOLS Leadtools.RasterRegion to a WPF/Silverlight System.Windows.Media.Geometry object. .NET support Silverlight support
Syntax
public static Geometry ConvertToGeometry( 
   RasterRegion region,
   RasterRegionXForm xform
)
'Declaration
 
Public Shared Function ConvertToGeometry( _
   ByVal region As RasterRegion, _
   ByVal xform As RasterRegionXForm _
) As Geometry
'Usage
 
Dim region As RasterRegion
Dim xform As RasterRegionXForm
Dim value As Geometry
 
value = RasterRegionConverter.ConvertToGeometry(region, xform)
public static Geometry ConvertToGeometry( 
   RasterRegion region,
   RasterRegionXForm xform
)
 function Leadtools.Windows.Media.RasterRegionConverter.ConvertToGeometry( 
   region ,
   xform 
)
public:
static Geometry^ ConvertToGeometry( 
   RasterRegion^ region,
   RasterRegionXForm^ xform
) 

Parameters

region
The source LEADTOOLS region. This parameter cannot be null (Nothing in Visual Basic).
xform
Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates.

Return Value

The Geometry object this method creates.
Remarks

The LEADTOOLS Leadtools.RasterRegion class provides a platform independent representation of an area of interest in a Leadtools.RasterImage that can be used in any platform supported by LEADTOOLS such as GDI, GDI+, WPF and Silverlight. Use this class To convert a LEADTOOLS Leadtools.RasterRegion object to/from a WPF/Silverlight System.Windows.Media.Geometry object.

For more information refer to RasterImage and WPF/Silverlight.

Example
For an example, refer to RasterRegionConverter.
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

RasterRegionConverter Class
RasterRegionConverter Members

 

 


Products | Support | Contact Us | Copyright Notices

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