SoOffscreenRendererWriteToBMP Method |
<font color="#0000FF">[Windows only] This method has no effect on UNIX systems.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool WriteToBMP(
string filename
)
Public Function WriteToBMP (
filename As String
) As Boolean
public:
bool WriteToBMP(
String^ filename
)
member WriteToBMP :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Return Value
Type:
Boolean
Remarks</font> Writes the buffer as a "Windows RGB Encoded" .bmp file to the given filename. Since Open Inventor 9.0
See Also