LAnimationWindow::GetPosition

#include "ltwrappr.h"

L_INT LAnimationWindow::GetPosition(pLeft, pTop, nIndex) const

L_INT * pLeft;

address of a variable to be updated with the x coordinate

L_INT * pTop;

address of a variable to be updated with the y coordinate

L_UINT nIndex;

position of the bitmap list item

Gets the left and/or top positions for the bitmap item at position nIndex inside the bitmaplist.

Parameter

Description

pLeft

Address of a variable to be updated with the x coordinate of the bitmap list item, or NULL.

pTop

Address of a variable to be updated with the y coordinate of the bitmap list item, or NULL.

nIndex

Position of the bitmap list item.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

You can pass NULL for pLeft or pTop to ignore the returned values, but you must pass at least one valid pointer.

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTSCR
LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C++ Class Library Help