Push a Viewport onto the Grid Viewport Stack
推到视口中的网格视口栈
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Grid maintains a viewport stack — a list of nested drawing contexts.
电网维护一个视口栈 - 嵌套的绘图环境的列表。
This function makes the specified viewport the default viewport and makes its parent the previous default viewport (i.e., nests the specified context within the previous default context).
此功能可以使指定的视口默认视口,使得其母公司以前的默认视口(即巢内以前的默认范围内的指定范围内)。
用法----------Usage----------
push.viewport(..., recording=TRUE)
参数----------Arguments----------
参数:...
One or more objects of class "viewport", or NULL.
一个或多个类"viewport"或NULL对象。
参数:recording
A logical value to indicate whether the set-viewport operation should be recorded on the Grid display list.
一个逻辑值,指示是否应在网格上显示列表记录集视口操作。
值----------Value----------
None.
没有。
警告----------Warning----------
This function has been deprecated. Please use pushViewport instead.
此功能已被弃用。请使用pushViewport代替。