mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 01:55:56 +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>
|
||||
<!-- function Visibility: default -->
|
||||
<element name="Arc">
|
||||
<short/>
|
||||
<descr/>
|
||||
<short>Draws an elliptical curve</short>
|
||||
<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/>
|
||||
<seealso/>
|
||||
</element>
|
||||
|
Loading…
Reference in New Issue
Block a user