get_viewport_origin
Description:
[
Version ( since =
"0.10" ) ]
public void get_viewport_origin (
out int x,
out int y)
Gets the x and y coordinate of the viewport in respect to the layer origin.
Parameters:
| this |
a View
|
| x |
the x coordinate of the viewport
|
| y |
the y coordinate of the viewport
|