]> granicus.if.org Git - imagemagick/blobdiff - www/api/wand-view.html
(no commit message)
[imagemagick] / www / api / wand-view.html
index 210ac59ebf80bd624b66f329832a0a5d9fee5436..9f85d18229194af320d3fd4f972302f2d230c09b 100644 (file)
 \r
 <div class="main">\r
 \r
-<p class="navigation-index">[<a href="#CloneWandView">CloneWandView</a> &bull; <a href="#DestroyWandView">DestroyWandView</a> &bull; <a href="#DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a> &bull; <a href="#GetWandViewException">GetWandViewException</a> &bull; <a href="#GetWandViewExtent">GetWandViewExtent</a> &bull; <a href="#GetWandViewIterator">GetWandViewIterator</a> &bull; <a href="#GetWandViewPixels">GetWandViewPixels</a> &bull; <a href="#GetWandViewWand">GetWandViewWand</a> &bull; <a href="#IsWandView">IsWandView</a> &bull; <a href="#NewWandView">NewWandView</a> &bull; <a href="#NewWandViewExtent">NewWandViewExtent</a> &bull; <a href="#SetWandViewDescription">SetWandViewDescription</a> &bull; <a href="#SetWandViewIterator">SetWandViewIterator</a> &bull; <a href="#TransferWandViewIterator">TransferWandViewIterator</a> &bull; <a href="#UpdateWandViewIterator">UpdateWandViewIterator</a>]</p>
+<p class="navigation-index">[<a href="#CloneWandView">CloneWandView</a> &bull; <a href="#DestroyWandView">DestroyWandView</a> &bull; <a href="#DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a> &bull; <a href="#GetWandViewException">GetWandViewException</a> &bull; <a href="#GetWandViewExtent">GetWandViewExtent</a> &bull; <a href="#GetWandViewIterator">GetWandViewIterator</a> &bull; <a href="#GetWandViewPixels">GetWandViewPixels</a> &bull; <a href="#GetWandViewWand">GetWandViewWand</a> &bull; <a href="#IsWandView">IsWandView</a> &bull; <a href="#NewWandView">NewWandView</a> &bull; <a href="#NewWandViewExtent">NewWandViewExtent</a> &bull; <a href="#SetWandViewDescription">SetWandViewDescription</a> &bull; <a href="#SetWandViewIterator">SetWandViewIterator</a> &bull; <a href="#SetWandViewThreads">SetWandViewThreads</a> &bull; <a href="#TransferWandViewIterator">TransferWandViewIterator</a> &bull; <a href="#UpdateWandViewIterator">UpdateWandViewIterator</a>]</p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
 _8c.html" target="source" name="CloneWandView">CloneWandView</a></h2>
@@ -492,6 +492,28 @@ _8c.html" target="source" name="SetWandViewIterator">SetWandViewIterator</a></h2
 
  </div>
 <h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
+_8c.html" target="source" name="SetWandViewThreads">SetWandViewThreads</a></h2>
+<div class="doc-section">
+
+<p>SetWandViewThreads() sets the number of threads in a thread team.</p></ol>
+
+<p>The format of the SetWandViewDescription method is:</p>
+
+<pre class="code">
+  void SetWandViewThreads(WandView *image_view,
+    const size_t number_threads)
+</pre>
+
+<p>A description of each parameter follows:</p></ol>
+
+<h5>image_view</h5>
+<ol><p>the image view.</p></ol>
+
+<h5>number_threads</h5>
+<ol><p>the number of threads in a thread team.</p></ol>
+
+ </div>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view
 _8c.html" target="source" name="TransferWandViewIterator">TransferWandViewIterator</a></h2>
 <div class="doc-section">