The TDrawPolygon structure
// DrawPolygon TDrawPolygon struct Result sbyte // The function call result. NO_ERR means it succeeded. Points TLocation[] // The polygon vertices on the screen. Options dword // The options to use when writing to the LCD. TDrawPolygon ends
See Drawing option constants for valid Options values.