Load a DisplayBitmap from and image file on disk.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static DisplayBitmap Load(
string path
)
Public Shared Function Load (
path As String
) As DisplayBitmap
Parameters
- path
- Type: SystemString
A location from which to load the file.
Return Value
Type:
DisplayBitmapThe new display bitmap, or null on error.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also