SoOffscreenRenderAreaRenderToBuffer Method (SoBufferObject) |
Calls RenderToBuffer(buffer, OIV.Inventor.SoOffscreenRenderArea.OutputFormats( .SoOffscreenRenderArea.RGB )).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool RenderToBuffer(
SoBufferObject buffer
)
Public Function RenderToBuffer (
buffer As SoBufferObject
) As Boolean
public:
bool RenderToBuffer(
SoBufferObject^ buffer
)
member RenderToBuffer :
buffer : SoBufferObject -> bool
Parameters
- buffer
- Type: OIV.Inventor.DevicesSoBufferObject
Return Value
Type:
BooleanRemarks See Also