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
)
Public Function ExportToFile (
index As Integer,
path As String
) As Boolean
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:
Booleantrue if successful.
See Also