~ubuntu-branches/ubuntu/lucid/ming/lucid

« back to all changes in this revision

Viewing changes to docs/libming/SWFShape_moveScaledPenTo.html

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-02-11 10:57:41 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100211105741-lzpmxc0703c4bo1w
Tags: 1:0.4.3-1ubuntu1
* Merge from Debian unstable (LP: #192664), remaining changes:
  - Python 2.6 transition:
    - debian/rules:
      + Include /usr/share/python/python.mk.
      + Add py_setup_install_args macro to setup.py install.
      + Installed modules differ between python versions and can't be shared,
        use DH_PYCENTRAL=nomove.
    - Remove unnecessary debian/python-ming.{dirs,files}, Python 2.3 is not
      supported anymore.
* debian/control: separate dependencies by commas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
 
2
<!DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
 
3
<header>
 
4
<title>SWFShape_moveScaledPenTo - move pen relative to shape origin</title>
 
5
</header>
 
6
<body>
 
7
<h1>NAME</h1>
 
8
SWFShape_moveScaledPenTo - move pen relative to shape origin
 
9
<h1>SYNOPSIS</h1>
 
10
<pre>#include &lt;ming.h&gt;
 
11
 
 
12
void SWFShape_moveScaledPenTo
 
13
(
 
14
        SWFShape shape,
 
15
        int x,
 
16
        int y
 
17
);
 
18
</pre>
 
19
<h1>PARAMETERS</h1>
 
20
<dl><dt>
 
21
SWFShape shape<dd>
 
22
Not Documented.
 
23
<dt>
 
24
int x<dd>
 
25
Not Documented.
 
26
<dt>
 
27
int y<dd>
 
28
Not Documented.
 
29
</dl>
 
30
<h1>DESCRIPTION</h1>
 
31
Move pen relative to shape origin.
 
32
 
 
33
</body>