get_base_size
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" ) ]
public void get_base_size (out int width, out int height)
public void get_base_size (out int width, out int height)
Warning: get_base_size is deprecated since 1.12.
Gets the size in pixels of the untransformed underlying image
Note:
Use Image and get_preferred_size instead
Parameters:
this |
a Texture |
width |
return location for the width, or |
height |
return location for the height, or |