- 4.37.2.21. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.21. FillTriangle procedure
4.37.2.21. FillTriangle procedure
Targets: MS-DOS, Win32
Graph Unit
Draws a filled triangle.
Declaration:
procedure FillTriangle(X1, Y1, X2, Y2, X3, Y3: Longint);
Remarks:
Draws a triangle in the current color set by
SetColor and fill it using the current
fill style and color defined by
SetFillColor,
SetFillPattern or
SetFillStyle.
- 4.37.2.21. -