User`s guide
10 Functions — Alphabetical List
10-32
Position — Figure location and size
vector with four elements
Location and size of virtual figure, specified as the vector in the form [left bottom
width height]. Specify measurements in pixels.
Element Description
left Distance from the left edge of the primary display to the
inner left edge of the figure window. This value can be
negative on systems that have more than one monitor.
bottom Distance from the bottom edge of the primary display to
the inner bottom edge of the figure window. This value can
be negative on systems that have more than one monitor.
width Distance between the right and left inner edges of the
figure.
height Distance between the top and bottom inner edges of the
figure.
Example: [230 250 570 510]
Data Types: double
Output Arguments
virtual_figure — Virtual reality figure
vrfigure object | empty vector of type vrfigure
If you use a vrworld object as an input argument, virtual_figure is a virtual reality
figure, represented by a vrfigure object.
If you use an empty array as an input argument, the vrfigure constructor returns a
vector of type vrfigure.
If you do not use an input argument, the vrfigure constructor returns an empty vector
of type vrfigure.
Methods
capture
Capture virtual reality figure image