docs

Home All functions Categories

vuAnimateOpenCenter(hWindow, dwTime)

vuAnimateOpenCenter(LONG,LONG), Signed

Description

Animates the opening of a window from the center outward. The animation duration is defined by dwTime in milliseconds.

Parameters

Parameter Data Type Description
hWindow LONG Handle of the window to animate
dwTime LONG Duration of the animation in milliseconds

Returns

1 (True) on success, 0 (False) on failure.

Example

hWindow = Window{PROP:Handle}
dwTime  = 200  ! default

vuAnimateOpenCenter(hWindow, dwTime)

Notes

Home All functions Categories