docs: Adds description to Arc

git-svn-id: trunk@31993 -
This commit is contained in:
sekelsenmat 2011-08-16 08:26:56 +00:00
parent dd74128b0b
commit 2be25a9f85

View File

@ -73,8 +73,12 @@ the Canvas.SaveHandleState and Canvas.RestoreHandleState.
</element> </element>
<!-- function Visibility: default --> <!-- function Visibility: default -->
<element name="Arc"> <element name="Arc">
<short/> <short>Draws an elliptical curve</short>
<descr/> <descr>Use Arc to draw an elliptically curved line with the current Pen.
The angles angle1 and angle2 are 1/16th of a degree. For example, a full
circle equals 5760 (16*360). Positive values of Angle and AngleLength mean
counter-clockwise while negative values mean clockwise direction.
Zero degrees is at the 3'o clock position.</descr>
<errors/> <errors/>
<seealso/> <seealso/>
</element> </element>