Cicode Programming Reference > Cicode Function Categories > Display Functions > DspGetAnBottom

DspGetAnBottom

Gets the bottom extent of the object at the specified AN.

Syntax

DspGetAnBottom(nAN)

nAN:

The animation-point number.

Return Value

The y coordinate of the bottom extent of the object at the AN. If no object exists at the AN, -1 is returned.

Related Functions

DspGetAnBottom, DspGetAnWidth, DspGetAnHeight, DspGetAnLeft, DspGetAnRight, DspGetAnTop, DspGetAnNext, DspGetAnExtent

Example

nBottom = DspGetAnBottom(30);

See Also

Display Functions

Published June 2018