1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) INRIA - Djalel Abdemouche
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="move">
15 <refname>move</refname>
17 グラフィックエンティティおよびその子を移動, 変換する
32 <para>移動するエンティティのハンドル.</para>
39 配列で, <literal>[dx,dy]</literal> または [dx,dy,dz]のどちらか,
47 <para>文字列キーワード (オプション).</para>
55 このルーチンはグラフィックエンティティに変換を適用するために使用できます.
56 エンティティが子を有する場合,これらも変換されます.
59 キーワード<literal>"alone"</literal>を指定した場合,指定された
62 <literal>pixel_drawing_mode</literal>プロパティで使用されます
63 (<literal>"xor"</literal> 描画モードにおけるオブジェクトの描画を参照ください).
78 <programlisting role="example"><![CDATA[
86 <refsection role="see also">
88 <simplelist type="inline">
90 <link linkend="get">get</link>
93 <link linkend="set">set</link>
96 <link linkend="figure_properties">figure_properties</link>
99 <link linkend="graphics_entities">graphics_entities</link>