Click or drag to resize

BitmapTableExportToFile Method

Writes a bitmap to a file.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool ExportToFile(
	int index,
	string path
)

Parameters

index
Type: SystemInt32
The index of the bitmap to be written.
path
Type: SystemString
The full path, including file name and extension, name of the file to write.

Return Value

Type: Boolean
true if successful.
See Also