LBitmapWindow::Move

Summary

Moves and/or resizes the class object's window.

Syntax

#include "ltwrappr.h"

L_INT LBitmapWindow::Move(rect, bFlag=TRUE)

Parameters

RECT& rect

RECT structure that contains the new dimensions and/or position of the bitmap window.

L_BOOL bFlag

Flag that indicates whether the window will update the display. Possible values are:

Value Meaning
TRUE The bitmap window will update the display.
FALSE The bitmap window will not update the display.

Returns

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

Comments

The rect parameter is passed by reference, and is a required parameter.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Example

For an example, refer to LBitmapWindow::GetBitmapVisibleRect.

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

LEADTOOLS Raster Imaging C++ Class Library Help

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