Loads a raster image from the specified file.
Namespace:
CADImport.RasterImage
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overrides Sub LoadFromFile( _ ByVal path As String _ ) |
C#
|
public override void LoadFromFile( string path ) |
Parameters
-
path
-
Type: string
A string containing a path to the file where
the raster image is loaded from.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also