DlgBillboard.GetSize

table DlgBillboard.GetSize ( 

number ControlID )

Example 1

control_size = DlgBillboard.GetSize(CTRL_BILLBOARD_01);

Gets the pixel dimensions of the billboard control CTRL_BILLBOARD_01 and stores the width and height values in the "control_size" table. The dimensions can be accessed by referencing control_size.Width and control_size.Height.

See also:  Related Actions