BitmapEntry.Save Method

BitmapEntrySave Method

[Missing <summary> documentation for "M:Rhino.DocObjects.BitmapEntry.Save(System.String)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public bool Save(
	string fileName
)
Public Function Save ( 
	fileName As String
) As Boolean

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Rhino.DocObjects.BitmapEntry.Save(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.BitmapEntry.Save(System.String)"]

See Also