Leadtools.Converters assembly

ConvertFromPath Method

Show in webframe







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

            
public static RasterRegion convertFromPath(Path path)
 function Leadtools.Converters.RasterRegionConverter_Java.ConvertFromPath( 
   path 
)
public:
static RasterRegion^ ConvertFromPath( 
   Path^ path
) 

Parameters

path
The path to convert. This parameter cannot be null.

Return Value

The LEADTOOLS Leadtools.RasterRegion 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.
Requirements

Target Platforms

See Also

Reference

RasterRegionConverter Class
RasterRegionConverter Members

 

 


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