get_size


Description:

[ Version ( deprecated = true ) ]
public abstract void get_size (out int width, out int height)

Warning: get_size is deprecated.

Gets the size of the this in terms of width and height.

Note:

Since 2.12.

Use get_extents instead.

If the size can not be obtained (e.g. a non-embedded plug or missing support), width and height are set to -1.

Parameters:

this

an Component

width

address of int to put width of this

height

address of int to put height of this