get_clip
Description:
[ Version ( since = "0.6" ) ]
public void get_clip (out float xoff, out float yoff, out float width, out float height)
public void get_clip (out float xoff, out float yoff, out float width, out float height)
Gets the clip area for this, if any is set.
Parameters:
this |
a Actor |
xoff |
return location for the X offset of the clip rectangle, or |
yoff |
return location for the Y offset of the clip rectangle, or |
width |
return location for the width of the clip rectangle, or |
height |
return location for the height of the clip rectangle, or |