Converts a LEADTOOLS Leadtools.RasterRegion to a WPF/Silverlight System.Windows.Media.Geometry object.
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.
The Geometry object this method creates.
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.
For an example, refer to RasterRegionConverter.