Leadtools.Windows.Media Namespace > RasterRegionConverter Class : ConvertToGeometry Method |
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 )
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.