mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:17:18 +02:00
docs: Adds description to Arc
git-svn-id: trunk@31993 -
This commit is contained in:
parent
dd74128b0b
commit
2be25a9f85
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user