#include "ltwrappr.h"
virtual L_INT LVectorBase::SetCamera(pVectorCamera)
const pVECTORCAMERA pVectorCamera; |
pointer to a structure |
Sets the new camera.
Parameter |
Description |
pVectorCamera |
Pointer to a VECTORCAMERA structure that contains the new camera values. If this is NULL, the default camera values will be used. |
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.
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET