LVectorBase::SetViewport

#include "ltwrappr.h"

virtual L_INT LVectorBase::SetViewport(pViewport)

Sets the current view port.

Parameters

const RECT *pViewport

Pointer to a RECT structure that contains data on the new view port.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

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.

Required DLLs and Libraries

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.