Syntax
Lua |
---|
function Control:GetSize(); |
Returns
Type: number, numberThe width and height as a pair of integers.
Remarks
Gets the size of the control, returning the pair of width and height in a list of integers.
Lua |
---|
function Control:GetSize(); |