Sets the current view port.
#include "ltwrappr.h"
virtual L_INT LVectorBase::SetViewport(pViewport)
Pointer to a RECT structure that contains data on the new view port.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Use this function to set the view port associated with a vector.
If the vector is attached to a window, you must call this function when processing WM_SIZE messages, since the VECTOR library needs to know when the double buffer mode is selected.
This function, along with LVectorBase::SetCamera are required to complete the projection process from a vector image onto a 2D surface.
For an example, refer to LVectorBase::GetViewport.
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