[ 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.
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.
this |
an Component |
width |
address of int to put width of this |
height |
address of int to put height of this |