Sets the new camera.
#include "ltwrappr.h"
virtual L_INT LVectorBase::SetCamera(pVectorCamera)
Pointer to a VECTORCAMERA structure that contains the new camera values. If this is NULL, the default camera values will be used.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function will set the current viewing camera.
The camera is used with the view port to determine how the drawing will be projected into the destination DC when using LVectorBase::Paint.
If pVectorCamera is NULL, the default camera will be set. The default camera is defined as a top view camera.
For an example, refer to LVectorBase::GetCamera.
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