SoGLRenderToBufferResize Method (SbVec2i32) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool Resize(
SbVec2i32 size
)
Public Function Resize (
size As SbVec2i32
) As Boolean
public:
bool Resize(
SbVec2i32 size
)
member Resize :
size : SbVec2i32 -> bool
Parameters
- size
- Type: OIV.InventorSbVec2i32
Return Value
Type:
Boolean
RemarksFor sizes greater than 32767. Returns true if successful
See Also