public static RasterRegion ConvertFromPath(
Path
)
'Declaration
Public Shared Function ConvertFromPath( _
ByVal 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^
)
Parameters
- path
- The path to convert. This parameter cannot be null.
Return Value
The LEADTOOLS
Leadtools.RasterRegion object this method creates.