#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. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
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 For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
Functions: |
LAnimationWindow::LAnimationWindow, LAnimationWindow::SetPosition, LAnimationWindow::Load, LAnimationWindow::PlayAnimation, Class Members |
For an example, refer to LAnimationWindow::SetPosition.
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