Resets the vector to the default display settings.
#include "ltwrappr.h"
L_INT LVectorWindow::Reset(uFlags = VECTOR_RESET_ALL)
Flag that indicates which values to reset. Possible values are:
Value | Meaning |
---|---|
VECTOR_RESET_ROTATE | Reset the rotation values to the default settings. |
VECTOR_RESET_SCALE | Reset the scale values to the default settings. |
VECTOR_RESET_TRANSLATE | Reset the translation values to the default settings. |
VECTOR_RESET_CAMERA | Reset the camera values to the default settings. |
VECTOR_RESET_PARALLELOGRAM | Reset the parallelogram values to the default settings. |
VECTOR_RESET_ORIGIN | Reset the origin values to the default settings. |
VECTOR_RESET_PAN | Reset the pan values to the default settings. |
VECTOR_RESET_ALL | Reset all the values to the default settings. This is the equivalent of combining all the above flags using the OR operator. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
LVectorWindow::Reset()
This examples resets the vector window to the default display settings.
L_INT LVectorWindow__ResetExample(LVectorWindow &VectorWindow)
{
L_INT nRet;
nRet = VectorWindow.Reset();
if(nRet != SUCCESS)
return nRet;
return SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document