public static Path ConvertToPath(
RasterRegion
)
'Declaration
Public Shared Function ConvertToPath( _
ByVal 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^
)
Parameters
- region
- The source LEADTOOLS region. This parameter cannot be null.
Return Value
An android.graphics.Path object resulting from this conversion.