DisplayBitmap.Load Method

DisplayBitmapLoad Method

Load a DisplayBitmap from and image file on disk.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public 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: DisplayBitmap
The new display bitmap, or null on error.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also