SoRasterImageRWIsMultipleBufferInverted Method |
Returns the write order when using multiple buffers.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsMultipleBufferInverted()
Public Function IsMultipleBufferInverted As Boolean
public:
bool IsMultipleBufferInverted()
member IsMultipleBufferInverted : unit -> bool
Return Value
Type:
BooleanRemarks Returns false if buffers are written from top to bottom. Returns true if buffers are written from bottom to top. Returns true by default.
See Also