DlgBillboard.SetPos

DlgBillboard.SetPos ( 

number ControlID,

number X,

number Y )

Example 1

DlgBillboard.SetPos(CTRL_BILLBOARD_01, 100, 150);

Sets the CTRL_BILLBOARD_01 billboard control's X coordinate to 100 pixels and the Y coordinate to 150.

Example 2

DlgBillboard.SetPos(CTRL_BILLBOARD_02, 0, 0);

Sets the CTRL_BILLBOARD_02 billboard control's X coordinate to 0 and the Y coordinate to 0. The billboard control will be moved to the upper left hand corner of the screen from its current position.

See also:  Related Actions