Leadtools.Converters assembly

ConvertToPath Method

Show in webframe







The source LEADTOOLS region. This parameter cannot be null.
Converts a LEADTOOLS Leadtools.RasterRegion to an Android android.graphics.Path object.
Syntax
public static Path ConvertToPath( 
   RasterRegion region
)
'Declaration
 
Public Shared Function ConvertToPath( _
   ByVal region As RasterRegion _
) As Path
'Usage
 
Dim region As RasterRegion
Dim value As Path
 
value = RasterRegionConverter.ConvertToPath(region)
public static Path ConvertToPath( 
   RasterRegion region
)

            
public static Path convertToPath(RasterRegion region)
 function Leadtools.Converters.RasterRegionConverter_Java.ConvertToPath( 
   region 
)
public:
static Path^ ConvertToPath( 
   RasterRegion^ region
) 

Parameters

region
The source LEADTOOLS region. This parameter cannot be null.

Return Value

An android.graphics.Path object resulting from this conversion.
Remarks
The LEADTOOLS Leadtools.RasterRegion class provides a platform independent representation of an area of interest in a RasterImage that can be used in any platform supported by LEADTOOLS.
Requirements

Target Platforms

See Also

Reference

RasterRegionConverter Class
RasterRegionConverter Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.