SoOffscreenRendererWriteToPNG Method |
Writes the buffer as a PNG file to the given filename.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool WriteToPNG(
string filename
)
Public Function WriteToPNG (
filename As String
) As Boolean
public:
bool WriteToPNG(
String^ filename
)
member WriteToPNG :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Return Value
Type:
Boolean
Remarks
See Also