←Select platform

ConvertToGeometry Method

Summary

Converts a LEADTOOLS Leadtools.RasterRegion to a WPF System.Windows.Media.Geometry object.

Syntax
C#
VB
C++
public static Geometry ConvertToGeometry( 
   RasterRegion region, 
   RasterRegionXForm xform 
) 
  
Public Shared Function ConvertToGeometry( _ 
   ByVal region As RasterRegion, _ 
   ByVal xform As RasterRegionXForm _ 
) As Geometry 
public: 
static Geometry^ ConvertToGeometry(  
   RasterRegion^ region, 
   RasterRegionXForm^ xform 
)  

Parameters

region
The source LEADTOOLS region. This parameter cannot be null (Nothing in VB).

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+, and WPF. Use this class To convert a LEADTOOLS Leadtools.RasterRegion object to/from a WPF System.Windows.Media.Geometry object.

For more information refer to RasterImage and WPF.

Example

For an example, refer to RasterRegionConverter.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.