Imported Upstream version 2.3.14
This commit is contained in:
@ -5,18 +5,17 @@
|
||||
<title>gimpvectors</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
|
||||
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
|
||||
<link rel="prev" href="libgimp-gimpundo.html" title="gimpundo">
|
||||
<link rel="next" href="libgimp-data.html" title="Data Objects">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="part" href="libgimp.html" title="Part II. GIMP Library">
|
||||
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and all their Properties">
|
||||
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and their Properties">
|
||||
<link rel="chapter" href="libgimp-data.html" title="Data Objects">
|
||||
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
|
||||
<link rel="part" href="libgimpui.html" title="Part III. GIMP User Interface Library">
|
||||
<link rel="part" href="libgimpui.html" title="Part II. GIMP User Interface Library">
|
||||
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
|
||||
<link rel="index" href="libgimp-index.html" title="Index">
|
||||
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
|
||||
@ -32,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-data.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565399" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2557073" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2675580" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2675951" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpvectors"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2565399"></a><span class="refentrytitle">gimpvectors</span>
|
||||
<a name="id2557073"></a><span class="refentrytitle">gimpvectors</span>
|
||||
</h2>
|
||||
<p>gimpvectors</p>
|
||||
</td>
|
||||
@ -68,6 +67,7 @@ gboolean <a href="libgimp-gimpvectors.html#gimp-vectors-import-from-string">g
|
||||
gboolean scale,
|
||||
gint *num_vectors,
|
||||
gint32 **vectors_ids);
|
||||
gboolean <a href="libgimp-gimpvectors.html#gimp-vectors-is-valid">gimp_vectors_is_valid</a> (gint32 vectors_ID);
|
||||
gint* <a href="libgimp-gimpvectors.html#gimp-vectors-get-strokes">gimp_vectors_get_strokes</a> (gint32 vectors_ID,
|
||||
gint *num_strokes);
|
||||
gint32 <a href="libgimp-gimpvectors.html#gimp-vectors-get-image">gimp_vectors_get_image</a> (gint32 vectors_ID);
|
||||
@ -199,17 +199,17 @@ gint <a href="libgimp-gimpvectors.html#gimp-vectors-bezier-stroke-new-mov
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2675580"></a><h2>Description</h2>
|
||||
<a name="id2675951"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2675594"></a><h2>Details</h2>
|
||||
<a name="id2675964"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2675603"></a><h3>
|
||||
<a name="id2675974"></a><h3>
|
||||
<a name="gimp-vectors-new"></a>gimp_vectors_new ()</h3>
|
||||
<a class="indexterm" name="id2675616"></a><pre class="programlisting">gint32 gimp_vectors_new (gint32 image_ID,
|
||||
<a class="indexterm" name="id2675986"></a><pre class="programlisting">gint32 gimp_vectors_new (gint32 image_ID,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
Creates a new empty vectors object.
|
||||
@ -246,9 +246,9 @@ using <a href="libgimp-gimpimage.html#gimp-image-add-vectors"><code class="funct
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2675705"></a><h3>
|
||||
<a name="id2676076"></a><h3>
|
||||
<a name="gimp-vectors-import-from-file"></a>gimp_vectors_import_from_file ()</h3>
|
||||
<a class="indexterm" name="id2675718"></a><pre class="programlisting">gboolean gimp_vectors_import_from_file (gint32 image_ID,
|
||||
<a class="indexterm" name="id2676088"></a><pre class="programlisting">gboolean gimp_vectors_import_from_file (gint32 image_ID,
|
||||
const gchar *filename,
|
||||
gboolean merge,
|
||||
gboolean scale,
|
||||
@ -309,9 +309,9 @@ than paths and basic shapes are ignored.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2675876"></a><h3>
|
||||
<a name="id2676248"></a><h3>
|
||||
<a name="gimp-vectors-import-from-string"></a>gimp_vectors_import_from_string ()</h3>
|
||||
<a class="indexterm" name="id2675888"></a><pre class="programlisting">gboolean gimp_vectors_import_from_string (gint32 image_ID,
|
||||
<a class="indexterm" name="id2676262"></a><pre class="programlisting">gboolean gimp_vectors_import_from_string (gint32 image_ID,
|
||||
const gchar *string,
|
||||
gint length,
|
||||
gboolean merge,
|
||||
@ -322,8 +322,8 @@ than paths and basic shapes are ignored.</p>
|
||||
Import paths from an SVG string.
|
||||
</p>
|
||||
<p>
|
||||
This procedure works like <code class="function">gimp_vectors_new_from_file()</code> but takes a
|
||||
string rather than reading the SVG from a file. This allows you to
|
||||
This procedure works like <a href="libgimp-gimpvectors.html#gimp-vectors-import-from-file"><code class="function">gimp_vectors_import_from_file()</code></a> but takes
|
||||
a string rather than reading the SVG from a file. This allows you to
|
||||
write scripts that generate SVG and feed it to GIMP.</p>
|
||||
<p>
|
||||
|
||||
@ -379,9 +379,42 @@ write scripts that generate SVG and feed it to GIMP.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676079"></a><h3>
|
||||
<a name="id2676456"></a><h3>
|
||||
<a name="gimp-vectors-is-valid"></a>gimp_vectors_is_valid ()</h3>
|
||||
<a class="indexterm" name="id2676468"></a><pre class="programlisting">gboolean gimp_vectors_is_valid (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Returns TRUE if the vectors object is valid.
|
||||
</p>
|
||||
<p>
|
||||
This procedure checks if the given vectors ID is valid and refers to
|
||||
an existing vectors object.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>vectors_ID</code></em> :</span></td>
|
||||
<td> The vectors object to check.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> Whether the vectors ID is valid.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.4
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676533"></a><h3>
|
||||
<a name="gimp-vectors-get-strokes"></a>gimp_vectors_get_strokes ()</h3>
|
||||
<a class="indexterm" name="id2676092"></a><pre class="programlisting">gint* gimp_vectors_get_strokes (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2676545"></a><pre class="programlisting">gint* gimp_vectors_get_strokes (gint32 vectors_ID,
|
||||
gint *num_strokes);</pre>
|
||||
<p>
|
||||
List the strokes associated with the passed path.
|
||||
@ -418,9 +451,9 @@ path.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676175"></a><h3>
|
||||
<a name="id2676629"></a><h3>
|
||||
<a name="gimp-vectors-get-image"></a>gimp_vectors_get_image ()</h3>
|
||||
<a class="indexterm" name="id2676187"></a><pre class="programlisting">gint32 gimp_vectors_get_image (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2676641"></a><pre class="programlisting">gint32 gimp_vectors_get_image (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Returns the vectors objects image.
|
||||
</p>
|
||||
@ -450,9 +483,9 @@ Returns the vectors objects image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676250"></a><h3>
|
||||
<a name="id2676703"></a><h3>
|
||||
<a name="gimp-vectors-get-linked"></a>gimp_vectors_get_linked ()</h3>
|
||||
<a class="indexterm" name="id2676262"></a><pre class="programlisting">gboolean gimp_vectors_get_linked (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2676716"></a><pre class="programlisting">gboolean gimp_vectors_get_linked (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Gets the linked state of the vectors object.
|
||||
</p>
|
||||
@ -482,9 +515,9 @@ Gets the linked state of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676325"></a><h3>
|
||||
<a name="id2676779"></a><h3>
|
||||
<a name="gimp-vectors-get-name"></a>gimp_vectors_get_name ()</h3>
|
||||
<a class="indexterm" name="id2676338"></a><pre class="programlisting">gchar* gimp_vectors_get_name (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2676792"></a><pre class="programlisting">gchar* gimp_vectors_get_name (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Gets the name of the vectors object.
|
||||
</p>
|
||||
@ -514,9 +547,9 @@ Gets the name of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676401"></a><h3>
|
||||
<a name="id2676854"></a><h3>
|
||||
<a name="gimp-vectors-get-tattoo"></a>gimp_vectors_get_tattoo ()</h3>
|
||||
<a class="indexterm" name="id2676413"></a><pre class="programlisting">gint gimp_vectors_get_tattoo (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2676867"></a><pre class="programlisting">gint gimp_vectors_get_tattoo (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Get the tattoo of the vectors object.
|
||||
</p>
|
||||
@ -546,9 +579,9 @@ Get the tattoo state of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676476"></a><h3>
|
||||
<a name="id2676929"></a><h3>
|
||||
<a name="gimp-vectors-get-visible"></a>gimp_vectors_get_visible ()</h3>
|
||||
<a class="indexterm" name="id2676488"></a><pre class="programlisting">gboolean gimp_vectors_get_visible (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2676942"></a><pre class="programlisting">gboolean gimp_vectors_get_visible (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Gets the visibility of the vectors object.
|
||||
</p>
|
||||
@ -578,9 +611,9 @@ Gets the visibility of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676551"></a><h3>
|
||||
<a name="id2677005"></a><h3>
|
||||
<a name="gimp-vectors-set-linked"></a>gimp_vectors_set_linked ()</h3>
|
||||
<a class="indexterm" name="id2676564"></a><pre class="programlisting">gboolean gimp_vectors_set_linked (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677017"></a><pre class="programlisting">gboolean gimp_vectors_set_linked (gint32 vectors_ID,
|
||||
gboolean linked);</pre>
|
||||
<p>
|
||||
Sets the linked state of the vectors object.
|
||||
@ -616,9 +649,9 @@ Sets the linked state of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676646"></a><h3>
|
||||
<a name="id2677100"></a><h3>
|
||||
<a name="gimp-vectors-set-name"></a>gimp_vectors_set_name ()</h3>
|
||||
<a class="indexterm" name="id2676658"></a><pre class="programlisting">gboolean gimp_vectors_set_name (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677112"></a><pre class="programlisting">gboolean gimp_vectors_set_name (gint32 vectors_ID,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
Sets the name of the vectors object.
|
||||
@ -654,9 +687,9 @@ Sets the name of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676740"></a><h3>
|
||||
<a name="id2677193"></a><h3>
|
||||
<a name="gimp-vectors-set-tattoo"></a>gimp_vectors_set_tattoo ()</h3>
|
||||
<a class="indexterm" name="id2676752"></a><pre class="programlisting">gboolean gimp_vectors_set_tattoo (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677206"></a><pre class="programlisting">gboolean gimp_vectors_set_tattoo (gint32 vectors_ID,
|
||||
gint tattoo);</pre>
|
||||
<p>
|
||||
Set the tattoo of the vectors object.
|
||||
@ -692,9 +725,9 @@ Set the tattoo of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676833"></a><h3>
|
||||
<a name="id2677287"></a><h3>
|
||||
<a name="gimp-vectors-set-visible"></a>gimp_vectors_set_visible ()</h3>
|
||||
<a class="indexterm" name="id2676846"></a><pre class="programlisting">gboolean gimp_vectors_set_visible (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677299"></a><pre class="programlisting">gboolean gimp_vectors_set_visible (gint32 vectors_ID,
|
||||
gboolean visible);</pre>
|
||||
<p>
|
||||
Sets the visibility of the vectors object.
|
||||
@ -730,9 +763,9 @@ Sets the visibility of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2676928"></a><h3>
|
||||
<a name="id2677381"></a><h3>
|
||||
<a name="gimp-vectors-remove-stroke"></a>gimp_vectors_remove_stroke ()</h3>
|
||||
<a class="indexterm" name="id2676941"></a><pre class="programlisting">gboolean gimp_vectors_remove_stroke (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677394"></a><pre class="programlisting">gboolean gimp_vectors_remove_stroke (gint32 vectors_ID,
|
||||
gint stroke_id);</pre>
|
||||
<p>
|
||||
remove the stroke from a vectors object.
|
||||
@ -768,9 +801,9 @@ Remove the stroke from a vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677022"></a><h3>
|
||||
<a name="id2677476"></a><h3>
|
||||
<a name="gimp-vectors-to-selection"></a>gimp_vectors_to_selection ()</h3>
|
||||
<a class="indexterm" name="id2677035"></a><pre class="programlisting">gboolean gimp_vectors_to_selection (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677489"></a><pre class="programlisting">gboolean gimp_vectors_to_selection (gint32 vectors_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
|
||||
>GimpChannelOps</a> operation,
|
||||
@ -833,9 +866,9 @@ selection of the image the vectors object belongs to.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677195"></a><h3>
|
||||
<a name="id2677649"></a><h3>
|
||||
<a name="gimp-vectors-parasite-attach"></a>gimp_vectors_parasite_attach ()</h3>
|
||||
<a class="indexterm" name="id2677210"></a><pre class="programlisting">gboolean gimp_vectors_parasite_attach (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677664"></a><pre class="programlisting">gboolean gimp_vectors_parasite_attach (gint32 vectors_ID,
|
||||
const <a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a> *parasite);</pre>
|
||||
@ -874,9 +907,9 @@ return values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677293"></a><h3>
|
||||
<a name="id2677747"></a><h3>
|
||||
<a name="gimp-vectors-parasite-detach"></a>gimp_vectors_parasite_detach ()</h3>
|
||||
<a class="indexterm" name="id2677308"></a><pre class="programlisting">gboolean gimp_vectors_parasite_detach (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677762"></a><pre class="programlisting">gboolean gimp_vectors_parasite_detach (gint32 vectors_ID,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
Removes a parasite from a vectors object
|
||||
@ -913,18 +946,18 @@ return values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677392"></a><h3>
|
||||
<a name="id2677845"></a><h3>
|
||||
<a name="gimp-vectors-parasite-find"></a>gimp_vectors_parasite_find ()</h3>
|
||||
<a class="indexterm" name="id2677405"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2677858"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a>* gimp_vectors_parasite_find (gint32 vectors_ID,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
Finds the named parasite in a vectors object
|
||||
Look up a parasite in a vectors object
|
||||
</p>
|
||||
<p>
|
||||
Finds and returns the named parasite that was previously attached to
|
||||
a vectors object.</p>
|
||||
Finds and returns the parasite that was previously attached to a
|
||||
vectors object.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -954,9 +987,9 @@ a vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677487"></a><h3>
|
||||
<a name="id2677941"></a><h3>
|
||||
<a name="gimp-vectors-parasite-list"></a>gimp_vectors_parasite_list ()</h3>
|
||||
<a class="indexterm" name="id2677500"></a><pre class="programlisting">gboolean gimp_vectors_parasite_list (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2677954"></a><pre class="programlisting">gboolean gimp_vectors_parasite_list (gint32 vectors_ID,
|
||||
gint *num_parasites,
|
||||
gchar ***parasites);</pre>
|
||||
<p>
|
||||
@ -998,9 +1031,9 @@ Returns a list of all currently attached parasites.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677602"></a><h3>
|
||||
<a name="id2678055"></a><h3>
|
||||
<a name="gimp-vectors-stroke-new-from-points"></a>gimp_vectors_stroke_new_from_points ()</h3>
|
||||
<a class="indexterm" name="id2677617"></a><pre class="programlisting">gint gimp_vectors_stroke_new_from_points
|
||||
<a class="indexterm" name="id2678070"></a><pre class="programlisting">gint gimp_vectors_stroke_new_from_points
|
||||
(gint32 vectors_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType"
|
||||
@ -1064,9 +1097,9 @@ order CACCACCAC...</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677772"></a><h3>
|
||||
<a name="id2678233"></a><h3>
|
||||
<a name="gimp-vectors-stroke-close"></a>gimp_vectors_stroke_close ()</h3>
|
||||
<a class="indexterm" name="id2677789"></a><pre class="programlisting">gboolean gimp_vectors_stroke_close (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2678250"></a><pre class="programlisting">gboolean gimp_vectors_stroke_close (gint32 vectors_ID,
|
||||
gint stroke_id);</pre>
|
||||
<p>
|
||||
closes the specified stroke.
|
||||
@ -1102,9 +1135,9 @@ Closes the specified stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2677880"></a><h3>
|
||||
<a name="id2678341"></a><h3>
|
||||
<a name="gimp-vectors-stroke-get-length"></a>gimp_vectors_stroke_get_length ()</h3>
|
||||
<a class="indexterm" name="id2677896"></a><pre class="programlisting">gdouble gimp_vectors_stroke_get_length (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2678357"></a><pre class="programlisting">gdouble gimp_vectors_stroke_get_length (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble precision);</pre>
|
||||
<p>
|
||||
@ -1146,9 +1179,9 @@ Measure the length of the given stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678010"></a><h3>
|
||||
<a name="id2678471"></a><h3>
|
||||
<a name="gimp-vectors-stroke-get-points"></a>gimp_vectors_stroke_get_points ()</h3>
|
||||
<a class="indexterm" name="id2678027"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2678488"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType"
|
||||
>GimpVectorsStrokeType</a> gimp_vectors_stroke_get_points
|
||||
(gint32 vectors_ID,
|
||||
@ -1208,9 +1241,9 @@ control points.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678189"></a><h3>
|
||||
<a name="id2678650"></a><h3>
|
||||
<a name="gimp-vectors-stroke-get-point-at-dist"></a>gimp_vectors_stroke_get_point_at_dist ()</h3>
|
||||
<a class="indexterm" name="id2678206"></a><pre class="programlisting">gboolean gimp_vectors_stroke_get_point_at_dist
|
||||
<a class="indexterm" name="id2678667"></a><pre class="programlisting">gboolean gimp_vectors_stroke_get_point_at_dist
|
||||
(gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble dist,
|
||||
@ -1288,9 +1321,9 @@ enough, a \"valid\" flag will be FALSE.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678434"></a><h3>
|
||||
<a name="id2678895"></a><h3>
|
||||
<a name="gimp-vectors-stroke-interpolate"></a>gimp_vectors_stroke_interpolate ()</h3>
|
||||
<a class="indexterm" name="id2678451"></a><pre class="programlisting">gdouble* gimp_vectors_stroke_interpolate (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2678912"></a><pre class="programlisting">gdouble* gimp_vectors_stroke_interpolate (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble precision,
|
||||
gint *num_coords,
|
||||
@ -1344,9 +1377,9 @@ returns polygonal approximation of the stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678608"></a><h3>
|
||||
<a name="id2679069"></a><h3>
|
||||
<a name="gimp-vectors-stroke-scale"></a>gimp_vectors_stroke_scale ()</h3>
|
||||
<a class="indexterm" name="id2678625"></a><pre class="programlisting">gboolean gimp_vectors_stroke_scale (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2679086"></a><pre class="programlisting">gboolean gimp_vectors_stroke_scale (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble scale_x,
|
||||
gdouble scale_y);</pre>
|
||||
@ -1394,9 +1427,9 @@ Scale the given stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678758"></a><h3>
|
||||
<a name="id2679219"></a><h3>
|
||||
<a name="gimp-vectors-stroke-translate"></a>gimp_vectors_stroke_translate ()</h3>
|
||||
<a class="indexterm" name="id2678775"></a><pre class="programlisting">gboolean gimp_vectors_stroke_translate (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2679236"></a><pre class="programlisting">gboolean gimp_vectors_stroke_translate (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gint off_x,
|
||||
gint off_y);</pre>
|
||||
@ -1444,9 +1477,9 @@ Translate the given stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2678909"></a><h3>
|
||||
<a name="id2679370"></a><h3>
|
||||
<a name="gimp-vectors-stroke-flip"></a>gimp_vectors_stroke_flip ()</h3>
|
||||
<a class="indexterm" name="id2678925"></a><pre class="programlisting">gboolean gimp_vectors_stroke_flip (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2679386"></a><pre class="programlisting">gboolean gimp_vectors_stroke_flip (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> flip_type,
|
||||
gdouble axis);</pre>
|
||||
@ -1494,9 +1527,9 @@ Rotates the given stroke around given center by angle (in degrees).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679061"></a><h3>
|
||||
<a name="id2679522"></a><h3>
|
||||
<a name="gimp-vectors-stroke-flip-free"></a>gimp_vectors_stroke_flip_free ()</h3>
|
||||
<a class="indexterm" name="id2679078"></a><pre class="programlisting">gboolean gimp_vectors_stroke_flip_free (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2679539"></a><pre class="programlisting">gboolean gimp_vectors_stroke_flip_free (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble x1,
|
||||
gdouble y1,
|
||||
@ -1558,9 +1591,9 @@ axis passes.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679258"></a><h3>
|
||||
<a name="id2679720"></a><h3>
|
||||
<a name="gimp-vectors-stroke-rotate"></a>gimp_vectors_stroke_rotate ()</h3>
|
||||
<a class="indexterm" name="id2679275"></a><pre class="programlisting">gboolean gimp_vectors_stroke_rotate (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2679736"></a><pre class="programlisting">gboolean gimp_vectors_stroke_rotate (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble center_x,
|
||||
gdouble center_y,
|
||||
@ -1614,9 +1647,9 @@ Rotates the given stroke around given center by angle (in degrees).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679431"></a><h3>
|
||||
<a name="id2679892"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-conicto"></a>gimp_vectors_bezier_stroke_conicto ()</h3>
|
||||
<a class="indexterm" name="id2679449"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_conicto
|
||||
<a class="indexterm" name="id2679910"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_conicto
|
||||
(gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble x0,
|
||||
@ -1679,9 +1712,9 @@ spline.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679629"></a><h3>
|
||||
<a name="id2680090"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-cubicto"></a>gimp_vectors_bezier_stroke_cubicto ()</h3>
|
||||
<a class="indexterm" name="id2679646"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_cubicto
|
||||
<a class="indexterm" name="id2680107"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_cubicto
|
||||
(gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble x0,
|
||||
@ -1754,9 +1787,9 @@ Extends a bezier stroke with a cubic bezier spline.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2679868"></a><h3>
|
||||
<a name="id2680329"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-lineto"></a>gimp_vectors_bezier_stroke_lineto ()</h3>
|
||||
<a class="indexterm" name="id2679885"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_lineto
|
||||
<a class="indexterm" name="id2680346"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_lineto
|
||||
(gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble x0,
|
||||
@ -1805,9 +1838,9 @@ Extends a bezier stroke with a lineto.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680020"></a><h3>
|
||||
<a name="id2680481"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-new-ellipse"></a>gimp_vectors_bezier_stroke_new_ellipse ()</h3>
|
||||
<a class="indexterm" name="id2680036"></a><pre class="programlisting">gint gimp_vectors_bezier_stroke_new_ellipse
|
||||
<a class="indexterm" name="id2680498"></a><pre class="programlisting">gint gimp_vectors_bezier_stroke_new_ellipse
|
||||
(gint32 vectors_ID,
|
||||
gdouble x0,
|
||||
gdouble y0,
|
||||
@ -1868,9 +1901,9 @@ Adds a bezier stroke describing an ellipse the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2680217"></a><h3>
|
||||
<a name="id2680678"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-new-moveto"></a>gimp_vectors_bezier_stroke_new_moveto ()</h3>
|
||||
<a class="indexterm" name="id2680234"></a><pre class="programlisting">gint gimp_vectors_bezier_stroke_new_moveto
|
||||
<a class="indexterm" name="id2680695"></a><pre class="programlisting">gint gimp_vectors_bezier_stroke_new_moveto
|
||||
(gint32 vectors_ID,
|
||||
gdouble x0,
|
||||
gdouble y0);</pre>
|
||||
|
||||
Reference in New Issue
Block a user