Uses for redefining in a descendant classes, define loading image from the specified file.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overridable Sub LoadFromFile( _ ByVal path As String _ ) |
C#
|
public virtual void LoadFromFile( string path ) |
Parameters
-
path
-
Type: string
A path to the file that contains an image to be loaded.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also