DRAW_FILLED_POLYGON@

Platform

Win32, x64

Purpose

To fill a polygon on the current drawing surface.

Syntax

SUBROUTINE DRAW_FILLED_POLYGON@(IX,IY,N,ICOL)
INTEGER IX(N),IY(N)
INTEGER N,ICOL

Description

DRAW_FILLED_POLYGON@ draws a straight line from (IX(1), IY(1)) to (IX(2), IY(2)), and continues until (IX(N), IY(N)) and fills the enclosed region. ICOL specifies the fill colour value using the current colour mode.

See also

Using GDI+, DRAW_POLYLINE@

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited